Author: mdryakhlenkov
Date: 2007-10-17 08:02:50 -0400 (Wed, 17 Oct 2007)
New Revision: 4285
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/TypeNameValueVisitor.java
Log:
Visibility of constructor changed to public.
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/TypeNameValueVisitor.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/TypeNameValueVisitor.java 2007-10-17
10:56:01 UTC (rev 4284)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/TypeNameValueVisitor.java 2007-10-17
12:02:50 UTC (rev 4285)
@@ -42,7 +42,7 @@
/** if true then only return the classname, not the fully qualified classname */
final boolean dequalify;
- TypeNameValueVisitor(boolean dequalify) {
+ public TypeNameValueVisitor(boolean dequalify) {
this.dequalify=dequalify;
}
Show replies by date