James Moger
2011-06-25 22fc5e48cbe050d8485f78f6165b59e4085eaeef
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;