diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2012-11-15 00:53:53 +0100 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2012-11-16 10:28:42 -0800 |
commit | 20c829838ac101cf595ee9d4575d6b95a6d2c99d (patch) | |
tree | 9a0be8fe355711049a681af0cac2bae52ac44eb3 /org.eclipse.jgit.pgm/src | |
parent | 57333a8e9384dab4edbaf8f47fffa90ac039649b (diff) | |
download | jgit-20c829838ac101cf595ee9d4575d6b95a6d2c99d.tar.gz jgit-20c829838ac101cf595ee9d4575d6b95a6d2c99d.zip |
Make an exception for the formatting rules (turn off) for some files
Our rule to enforce javodocs for public members gives us a problem
because there are some patterns where javadoc make little sense so we
make the comments as small as possible, which our formatting rules do
not like, so disable it for those source files.
Change-Id: I6e3edb1e650ed45428b89cf41e6151b6536bca8a
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/src')
-rw-r--r-- | org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java | 1 |
1 files changed, 1 insertions, 0 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 b784c37bd2..2fe46c4a5d 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 @@ -73,6 +73,7 @@ public class CLIText extends TranslationBundle { return MessageFormat.format(get().lineFormat, line); } + // @formatter:off /***/ public String IPZillaPasswordPrompt; /***/ public String alreadyOnBranch; /***/ public String alreadyUpToDate; |