From: Randy Baumgarte Date: Wed, 18 Jan 2012 19:40:21 +0000 (-0500) Subject: Forced the attribute contentClass to be unset since I don't support it anyway. X-Git-Tag: version0.1.1~80 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;ds=inline;h=13fe4c88ebb36f86bd1d203247c83fea03ca1ac5;p=neighbornote%2FNeighborNote.git Forced the attribute contentClass to be unset since I don't support it anyway. --- diff --git a/src/cx/fbn/nevernote/sql/NoteTable.java b/src/cx/fbn/nevernote/sql/NoteTable.java index 660b793..af0ad28 100644 --- a/src/cx/fbn/nevernote/sql/NoteTable.java +++ b/src/cx/fbn/nevernote/sql/NoteTable.java @@ -255,6 +255,7 @@ public class NoteTable { } Note n = mapNoteFromQuery(query, loadContent, loadResources, loadRecognition, loadBinary, loadTags); n.setContent(fixCarriageReturn(n.getContent())); + n.getAttributes().setContentClassIsSet(false); return n; } // Get a note by Guid