This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new c2b96e1c04 Cleanup debug Exception after an old issue
c2b96e1c04 is described below
commit c2b96e1c047946ff46ea993864721719e4a4541f
Author: Laszlo Kishalmi <[email protected]>
AuthorDate: Tue Sep 6 19:30:44 2022 -0700
Cleanup debug Exception after an old issue
---
ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java
b/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java
index 468d86cf92..2f570f074e 100644
--- a/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java
+++ b/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java
@@ -130,7 +130,6 @@ NbDocument.Printable, NbDocument.CustomEditor,
NbDocument.CustomToolbar, NbDocum
return null;
}
});
- putProperty("Issue-222763-debug", new Exception()); // Issue #222763
debugging - to be removed soon
}
public @Override int getShiftWidth() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists