Skip to content

Commit

Permalink
#1339 amend to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Nov 25, 2021
1 parent 3df8802 commit b201237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class LibrarySelectionPage extends PreferencePage implements IWorkbenchPr
protected LibraryTree libs = new LibraryTree();
final static String emptyString = ""; //$NON-NLS-1$
final static String blankLine = "\n\n";//$NON-NLS-1$
final static String canUpdateLabel = " (update)";
final static String canUpdateLabel = " (can update)";

public interface Node {
boolean hasChildren();
Expand Down

0 comments on commit b201237

Please sign in to comment.