Skip to content

Commit 87eb828

Browse files
EcljpseB0Tjukzi
authored andcommitted
fix NON-NLS warnings
1 parent f684f96 commit 87eb828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ private void syncExec(Runnable runnable) {
14021402
//---- more utilities
14031403

14041404
protected void handleNoDifference() {
1405-
Runnable runnable = () -> MessageDialog.openInformation(getShell(), Utilities.getString("CompareUIPlugin.dialogTitle"), Utilities.getString("CompareUIPlugin.noDifferences"));
1405+
Runnable runnable = () -> MessageDialog.openInformation(getShell(), Utilities.getString("CompareUIPlugin.dialogTitle"), Utilities.getString("CompareUIPlugin.noDifferences")); //$NON-NLS-1$ //$NON-NLS-2$
14061406
syncExec(runnable);
14071407
}
14081408

0 commit comments

Comments
 (0)