javauis/lcdui_qt/src/javax/microedition/lcdui/game/MsgRepository.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
--- a/javauis/lcdui_qt/src/javax/microedition/lcdui/game/MsgRepository.java	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/lcdui_qt/src/javax/microedition/lcdui/game/MsgRepository.java	Fri May 14 15:47:24 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 package javax.microedition.lcdui.game;
@@ -21,7 +21,8 @@
  * constants in this class should begin with prefix "CLASSNAME_" where CLASSNAME
  * is the name of the class which is using the constant.
  */
-final class MsgRepository {
+final class MsgRepository
+{
 
     public static final String SPRITE_EXCEPTION_INVALID_WIDTH_HEIGHT =
         "Width and height cannot be negative";
@@ -73,7 +74,8 @@
     /**
      * Private Constructor.
      */
-    private MsgRepository() {
+    private MsgRepository()
+    {
     }
 
 }