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.http.server/src/org/eclipse | |
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.http.server/src/org/eclipse')
-rw-r--r-- | org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java index 9bf9ad6c5c..a8dd1b10c9 100644 --- a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java +++ b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java @@ -58,6 +58,7 @@ public class HttpServerText extends TranslationBundle { return NLS.getBundleFor(HttpServerText.class); } + // @formatter:off /***/ public String alreadyInitializedByContainer; /***/ public String cannotGetLengthOf; /***/ public String clientHas175ChunkedEncodingBug; |