Author: dazarov
Date: 2011-12-13 16:14:06 -0500 (Tue, 13 Dec 2011)
New Revision: 37298
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/messages.properties
Log:
Add @SuppressWarnings quick fix
https://issues.jboss.org/browse/JBIDE-10187
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/messages.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/messages.properties 2011-12-13
20:55:46 UTC (rev 37297)
+++
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/messages.properties 2011-12-13
21:14:06 UTC (rev 37298)
@@ -35,6 +35,6 @@
CONFIGURE_PROBLEM_SEVERITY=Configure Problem Severity
ADD_SUPPRESS_WARNINGS_TITLE=Add @SuppressWarnings to ''{0}''
-ADD_SUPPRESS_WARNINGS_MESSAGE=This quick fix uses warning names that are not supported by
Java Validator and will cause \"Unsupported @SuppressWarning\" problem
message\n\n
+ADD_SUPPRESS_WARNINGS_MESSAGE=This quick fix uses warning names that are not supported by
The Java Validator and will cause \"Unsupported @SuppressWarning\" problem
message.\n\n
ADD_SUPPRESS_WARNINGS_QUESTION1=Do you want to disable 'Unsupported
@SuppressWarnings' validation?
-ADD_SUPPRESS_WARNINGS_QUESTION2=Do you want to disable 'Unsupported
@SuppressWarnings' validation on the Workspace or only on the project
''{0}''?
\ No newline at end of file
+ADD_SUPPRESS_WARNINGS_QUESTION2=Do you want to disable 'Unsupported
@SuppressWarnings' validation on the Workspace or on the project
''{0}''?
\ No newline at end of file