comparison 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
comparison
equal deleted inserted replaced
44:b79cf0118dd3 45:70dafe20931d
8 * @author artem 8 * @author artem
9 */ 9 */
10 public abstract class HgRepository { 10 public abstract class HgRepository {
11 11
12 public static final int TIP = -1; 12 public static final int TIP = -1;
13 // TODO NULLNODEID
14 13
15 // temp aux marker method 14 // temp aux marker method
16 public static IllegalStateException notImplemented() { 15 public static IllegalStateException notImplemented() {
17 return new IllegalStateException("Not implemented"); 16 return new IllegalStateException("Not implemented");
18 } 17 }