Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
fix for TOOLS-2565
Browse files Browse the repository at this point in the history
Susankha committed Jul 9, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cdf3a2c commit d153272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ public void update(EsbServer server) throws Exception{//ModelObject object) {
// // Avoid un-necessay refreshing.
// if (!getSource().equals(newSource)) {
// // Change source editor input.
getDocument().setDocumentPartitioner(new StructuredTextPartitioner());
// getDocument().setDocumentPartitioner(new StructuredTextPartitioner());
getDocument().set(newSource);
// }
//

0 comments on commit d153272

Please sign in to comment.