diff src/com/tmate/hgkit/ll/HgRepository.java @ 45:70dafe20931d

Clean inadequate comments
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 14 Jan 2011 04:52:33 +0100
parents 6cce719bbb62
children f1db8610da62
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgRepository.java	Fri Jan 14 04:43:16 2011 +0100
+++ b/src/com/tmate/hgkit/ll/HgRepository.java	Fri Jan 14 04:52:33 2011 +0100
@@ -10,7 +10,6 @@
 public abstract class HgRepository {
 
 	public static final int TIP = -1;
-	// TODO NULLNODEID
 
 	// temp aux marker method
 	public static IllegalStateException notImplemented() {