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> {