Signed-off-by: Florian Koeberle <florianskarten@xxxxxx> Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- .../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 d1e8a41..26b8c8e 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java @@ -226,8 +226,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) { @@ -248,10 +249,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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html