James Moger
2014-03-21 22f90cf8bcc12295c3ca55a160eceb3e41408dcd
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> {