changed soureJSON to sourceJson

This commit is contained in:
swakrish 2016-01-18 21:53:05 -08:00
parent e282958b40
commit 270e17b338

View file

@ -174,7 +174,7 @@ public class Notebook {
/**
* import JSON as a new note.
* @param sourceJSON - the note JSON to import
* @param sourceJson - the note JSON to import
* @param noteName - the name of the new note
* @return notebook ID
* @throws IOException