Salome HOME
Some PMD rules are satisfied.
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / StampFacade.java
index 5c43387f6c0b337cada20c2fb5da9b76aad3da3b..c0991dec924318c5d6c93c5e8b86738195e84a18 100644 (file)
@@ -29,7 +29,7 @@ public class StampFacade implements HistoryFacade {
                ResourceBundle labels = ResourceBundle.getBundle("labels", locale);
                ResourceBundle custom = ResourceBundle.getBundle("som", locale);
                SimpleDateFormat convert = new SimpleDateFormat(custom
-                               .getString("date.format")); // Date display format
+                               .getString("date.format"), locale); // Date display format
                ValidationStep type = stamp.getType();
 
                _nonicon = "image.hold.gif";