diff options
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java index cfd6fea7d3..b6028610bf 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java @@ -137,7 +137,8 @@ public abstract class SystemReader { /** * @param newReader - * the new instance to use when accessing properties. + * the new instance to use when accessing properties, or null for + * the default instance. */ public static void setInstance(SystemReader newReader) { if (newReader == null) |