Skip to content

Commit 270e17b

Browse files
changed soureJSON to sourceJson
1 parent e282958 commit 270e17b

File tree

1 file changed

+1
-1
lines changed
  • zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public String exportNote(String noteId) throws IOException, IllegalArgumentExcep
174174

175175
/**
176176
* import JSON as a new note.
177-
* @param sourceJSON - the note JSON to import
177+
* @param sourceJson - the note JSON to import
178178
* @param noteName - the name of the new note
179179
* @return notebook ID
180180
* @throws IOException

0 commit comments

Comments
 (0)