diff options
author | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2012-11-11 23:45:28 +0100 |
---|---|---|
committer | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2012-11-11 23:45:28 +0100 |
commit | 77d98b7ed58bf93a789f7b0a1c6c2211a5b89461 (patch) | |
tree | fccaf88ef011a73727861598ea19629ded9d7c2c /org.eclipse.jgit.pgm | |
parent | 106e8b87625cd1ad6b2cec14d676c23174422352 (diff) | |
download | jgit-77d98b7ed58bf93a789f7b0a1c6c2211a5b89461.tar.gz jgit-77d98b7ed58bf93a789f7b0a1c6c2211a5b89461.zip |
Fix formatting in org.eclipse.jgit.pgm.CLIText
Change-Id: Ia87f28fa440cb354bf591713c8aadbe3969edbf1
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java index 86ec92d382..b2f7cba27b 100644 --- a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java +++ b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java @@ -210,12 +210,8 @@ public class CLIText extends TranslationBundle { /***/ public String statusModified; /***/ public String statusNewFile; /***/ public String statusRemoved; - - /***/ - public String switchedToNewBranch; - - /***/ - public String switchedToBranch; + /***/ public String switchedToNewBranch; + /***/ public String switchedToBranch; /***/ public String tagLabel; /***/ public String taggerInfo; /***/ public String timeInMilliSeconds; |