Skip to content

Commit f13de6e

Browse files
HannesWellakurtakov
authored andcommitted
[ANT] Remove obsolete comments and update ant.launching/remote.jar
Follow-up on - #1655 - #1662
1 parent 023ee35 commit f13de6e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/InternalAntRunner.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2022 IBM Corporation and others.
2+
* Copyright (c) 2000, 2024 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -708,8 +708,6 @@ private void run(List<String> argList) {
708708
printArguments(getCurrentProject());
709709
}
710710
if (IS_SECURITY_MANAGER_SUPPORTED) {
711-
// TODO: call SecurityManagerUtil.isSecurityManagerAllowed() once it's more fine-grained,
712-
// i.e. once https://github.com/apache/ant/pull/216 is available.
713711
System.setSecurityManager(new AntSecurityManager(originalSM, Thread.currentThread()));
714712
}
715713
if (targets == null) {
-871 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)