James Moger
2011-06-28 be0fb213529d9d571078c59e534dbbd6b6cfc46c
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;