James Moger
2014-03-07 b635f482e4b1a8ce4d39990f532a15d0ec0f0be2
src/main/java/com/gitblit/models/RefModel.java
@@ -28,9 +28,9 @@
/**
 * RefModel is a serializable model class that represents a tag or branch and
 * includes the referenced object.
 *
 *
 * @author James Moger
 *
 *
 */
public class RefModel implements Serializable, Comparable<RefModel> {