]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/C.java
Apply result of "code cleanup" run.
[Dictionary.git] / src / com / hughes / android / dictionary / C.java
index f60e6f2c232073a5450e2c154dac6de786c1aeb0..76ce541a4f9df80622f8ffd7bfc209758bf9f53d 100644 (file)
@@ -41,10 +41,10 @@ public class C {
                 R.drawable.theme_light_token_row_other_bg,
                 R.drawable.theme_light_normal_row_bg);
 
-        private Theme(final int themeId, final int tokenRowFg,
-                final int tokenRowFgColor,
-                final int tokenRowMainBg, final int tokenRowOtherBg,
-                final int normalRowBg) {
+        Theme(final int themeId, final int tokenRowFg,
+              final int tokenRowFgColor,
+              final int tokenRowMainBg, final int tokenRowOtherBg,
+              final int normalRowBg) {
             this.themeId = themeId;
             this.tokenRowFg = tokenRowFg;
             this.tokenRowFgColor = tokenRowFgColor;