James Moger
2011-06-08 008322bec70a3a20bd00ed2219215a9f42fe0ca5
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;