James Moger
2011-06-26 d0e26353e62d17a1f6b765a71e9bb45b54806d70
src/com/gitblit/models/GitNote.java
@@ -22,7 +22,7 @@
   private static final long serialVersionUID = 1L;
   public String content;
   public RefModel notesRef;
   public RefModel notesRef;
   public GitNote(RefModel notesRef, String text) {
      this.notesRef = notesRef;