diff src/org/tmatesoft/hg/internal/DataAccess.java @ 425:48f993aa2f41

FIXMEs: exceptions, javadoc
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 28 Mar 2012 18:39:29 +0200
parents fdd7d756dea0
children e1b29756f901
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/DataAccess.java	Wed Mar 28 15:42:15 2012 +0200
+++ b/src/org/tmatesoft/hg/internal/DataAccess.java	Wed Mar 28 18:39:29 2012 +0200
@@ -121,7 +121,7 @@
 	}
 
 	// XXX decide whether may or may not change position in the DataAccess
-	// FIXME exception handling is not right, just for the sake of quick test
+	// TODO REVISIT exception handling may not be right, initially just for the sake of quick test
 	public byte[] byteArray() throws IOException {
 		reset();
 		byte[] rv = new byte[length()];