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