aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-15 01:36:41 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-08-16 16:51:45 +0200
commitb51bb4f7bd305287fed885161fbef1cf3bd16613 (patch)
treedf2ef7bfd2423327e668f99c1d36d3ad7b400383
parent2d84bb43410469b44bca145c3d06a0386c0e2175 (diff)
downloadjgit-b51bb4f7bd305287fed885161fbef1cf3bd16613.tar.gz
jgit-b51bb4f7bd305287fed885161fbef1cf3bd16613.zip
Fix javadoc for SystemReader#getInstance
The existing javadoc was copied from another method and not adapted. Change-Id: I39a7e5d719b2c379de9bd1a4710a55a73700c6f0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java6
1 files changed, 3 insertions, 3 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 953c9768f9..b61a6f1914 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java
@@ -152,16 +152,16 @@ public abstract class SystemReader {
private static SystemReader INSTANCE = DEFAULT;
/**
- * Get time since epoch, with up to millisecond resolution.
+ * Get the current SystemReader instance
*
- * @return time since epoch, with up to millisecond resolution.
+ * @return the current SystemReader instance.
*/
public static SystemReader getInstance() {
return INSTANCE;
}
/**
- * Set the new instance to use when accessing properties.
+ * Set a new SystemReader instance to use when accessing properties.
*
* @param newReader
* the new instance to use when accessing properties, or null for