Author: sflanigan
Date: 2009-06-22 03:15:03 -0400 (Mon, 22 Jun 2009)
New Revision: 16106
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettingsTab.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3557 Externalize English strings
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettingsTab.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettingsTab.java 2009-06-22
06:50:49 UTC (rev 16105)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettingsTab.java 2009-06-22
07:15:03 UTC (rev 16106)
@@ -440,7 +440,7 @@
}
private String safeText(String text) {
- return text==null?"":text;
+ return text==null?"":text; //$NON-NLS-1$
}
private String strOrNull(String text) {