Skip to content

Commit ec29ec8

Browse files
committed
fix comment
1 parent 273c071 commit ec29ec8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org-code-javabuilder/lib/src/main/java/org/code/javabuilder/CodeExecutionManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ private void onPreExecute() throws InternalServerException {
144144

145145
/**
146146
* Post-execution steps: 1) Notify listeners, 2) clean up global resources, 3) clear temporary
147-
* folder, 4) close custom in/out streams, 5) Replace System.in/out with original in/out, 6)
148-
* Destroy and reset JavabuilderContext
147+
* folder, 4) close custom in/out streams, 5) Replace System.in/out with original in/out
149148
*/
150149
private void onPostExecute() {
151150
// Notify user and listeners

0 commit comments

Comments
 (0)