Fixed the style

This commit is contained in:
Jongyoul Lee 2017-03-02 02:04:06 +09:00
parent 1ffbe008a1
commit 5e3ac051ef

View file

@ -1765,7 +1765,7 @@ public class NotebookServer extends WebSocketServlet
p.settings.setParams(params);
p.setConfig(config);
if(note.isPersonalizedMode()) {
if (note.isPersonalizedMode()) {
p = note.getParagraph(paragraphId);
p.setText(text);
p.setTitle(title);