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 9, 2016
1 parent 0fc14ee commit 3c29137
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,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 3c29137

Please sign in to comment.