This method is only used by toText() as it generates the value for an entry in the file. We don't want (or need) to export it to our subclasses. Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- .../src/org/spearce/jgit/lib/Config.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/Config.java b/org.spearce.jgit/src/org/spearce/jgit/lib/Config.java index 76f780f..a2f5c6a 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/Config.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Config.java @@ -115,7 +115,7 @@ protected void setFileRead(boolean ok) { * the value to escape * @return the escaped value */ - protected static String escapeValue(final String x) { + private static String escapeValue(final String x) { boolean inquote = false; int lineStart = 0; final StringBuffer r = new StringBuffer(x.length()); -- 1.6.4.rc2.216.g769fa -- 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