Author: dazarov
Date: 2011-12-13 15:03:24 -0500 (Tue, 13 Dec 2011)
New Revision: 37294
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
19:47:01 UTC (rev 37293)
+++
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/messages.properties 2011-12-13
20:03:24 UTC (rev 37294)
@@ -36,5 +36,5 @@
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_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_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