[jbosstools-commits] JBoss Tools SVN: r17483 - trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 8 20:17:23 EDT 2009
Author: dgolovin
Date: 2009-09-08 20:17:23 -0400 (Tue, 08 Sep 2009)
New Revision: 17483
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/Messages.java
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/messages.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-3892
fix compilation errors
Modified: trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/Messages.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/Messages.java 2009-09-08 23:45:58 UTC (rev 17482)
+++ trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/Messages.java 2009-09-09 00:17:23 UTC (rev 17483)
@@ -10,6 +10,7 @@
public static String SAXValidator_UnableToInstantiateMessage;
public static String XMLUtilities_IOExceptionMessage;
public static String XMLUtilities_SAXExceptionMessage;
+ public static String MethodNotImplementedException_MethodIsNotImplementedYet;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
Modified: trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/messages.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/messages.properties 2009-09-08 23:45:58 UTC (rev 17482)
+++ trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/messages.properties 2009-09-09 00:17:23 UTC (rev 17483)
@@ -4,3 +4,4 @@
SAXValidator_UnableToInstantiateMessage=error: Unable to instantiate parser ({0})
XMLUtilities_IOExceptionMessage=Unexpected parser error
XMLUtilities_SAXExceptionMessage=Unexpected parser error
+MethodNotImplementedException_MethodIsNotImplementedYet=Method is not implemented yet
More information about the jbosstools-commits
mailing list