Author: vyemialyanchyk
Date: 2010-02-05 09:30:02 -0500 (Fri, 05 Feb 2010)
New Revision: 20142
Modified:
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/Formatter.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5706 - suppress warnings
Modified:
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/Formatter.java
===================================================================
---
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/Formatter.java 2010-02-05
14:28:02 UTC (rev 20141)
+++
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/Formatter.java 2010-02-05
14:30:02 UTC (rev 20142)
@@ -12,6 +12,7 @@
* In here to simplify migration from 3.2 to 3.3 where this class changed.
*
*/
+@SuppressWarnings({ "unchecked", "nls" })
public class Formatter {
private static final Set BEGIN_CLAUSES = new HashSet();