diff src/org/tmatesoft/hg/core/Nodeid.java @ 244:4b661efb9374

Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 12 Jul 2011 02:48:34 +0200
parents 3a7696fb457c
children 436bb5f65ce1
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/Nodeid.java	Thu Jun 23 16:58:38 2011 +0200
+++ b/src/org/tmatesoft/hg/core/Nodeid.java	Tue Jul 12 02:48:34 2011 +0200
@@ -95,7 +95,10 @@
 		}
 		return 0;
 	}
-	
+
+	/**
+	 * Complete string representation of this Nodeid.
+	 */
 	@Override
 	public String toString() {
 		// XXX may want to output just single 0 for the NULL id?