Skip to content

Commit

Permalink
Remove unnecessary method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkang committed Aug 11, 2016
1 parent 6e91dfe commit f0eedeb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1068,6 +1068,7 @@ public InterpreterSetting getDefaultInterpreterSetting(String noteId) {
return getDefaultInterpreterSetting(getInterpreterSettings(noteId));
}


private InterpreterSetting getInterpreterSettingByGroup(List<InterpreterSetting> settings,
String group) {
Preconditions.checkNotNull(group, "group should be not null");
Expand Down

0 comments on commit f0eedeb

Please sign in to comment.