Signed-off-by: Florian Koeberle <florianskarten@web.de>
---
.../src/org/spearce/jgit/lib/Constants.java | 5 +++--
1 files changed, 3 insertions(+), 2 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 b8910e7..169c615 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java
@@ -190,8 +190,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) {
--
1.5.4.3
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html