[JGIT PATCH v3 13/23] Formatted Constants class.
From: Florian Koeberle <hidden>
Date: 2016-06-15 22:44:38
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Florian Koeberle <redacted> --- .../src/org/spearce/jgit/lib/Constants.java | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java
index 0c83cf2..febf469 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java@@ -201,8 +201,9 @@ public final class Constants { /** * Convert an OBJ_* type constant to a TYPE_* type constant. - * - * @param typeCode the type code, from a pack representation. + * + * @param typeCode + * the type code, from a pack representation. * @return the canonical string name of this type. */ public static String typeString(final int typeCode) {
@@ -223,10 +224,11 @@ public final class Constants { /** * Convert an OBJ_* type constant to an ASCII encoded string constant. * <p> - * The ASCII encoded string is often the canonical representation of - * the type within a loose object header, or within a tag header. - * - * @param typeCode the type code, from a pack representation. + * The ASCII encoded string is often the canonical representation of the + * type within a loose object header, or within a tag header. + * + * @param typeCode + * the type code, from a pack representation. * @return the canonical ASCII encoded name of this type. */ public static byte[] encodedTypeString(final int typeCode) {
--
1.5.4.3