Skip to content

Commit 4b8a7e6

Browse files
EcljpseB0Tjukzi
authored andcommitted
bug 569286: remove msg to post stacktrace
we already got traces, but nobody cares
1 parent 73307cb commit 4b8a7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7145,7 +7145,7 @@ public void disconnectEditor() {
71457145
getAdapter(IDocument.class); // make sure the document is cached
71467146
if (disconnectStack == null && !disconnectStackShown) {
71477147
disconnectStack = new IllegalStateException(
7148-
"Disconnected before saving. Please post stacktrace to https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286 " //$NON-NLS-1$
7148+
"Disconnected before saving. https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286 " //$NON-NLS-1$
71497149
+ fTextEditor.getClass().getName() + " " + getName()); //$NON-NLS-1$
71507150
}
71517151
fTextEditor = null;

0 commit comments

Comments
 (0)