diff options
Diffstat (limited to 'org.eclipse.jgit.http.server/src')
-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; |