Skip to content

Commit 8a8f4a2

Browse files
eclipse-platform-botakurtakov
authored andcommitted
Perform clean code of ant/org.eclipse.ant.launching
1 parent 7fde113 commit 8a8f4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public static IFile getFileForLocation(String path, File buildFileParent) {
345345
* if unable to migrate
346346
* @since 3.0
347347
*/
348-
@SuppressWarnings({ "restriction", "deprecation" })
348+
@SuppressWarnings({ "deprecation" })
349349
public static void migrateToNewClasspathFormat(ILaunchConfiguration configuration) throws CoreException {
350350
String oldClasspath = configuration.getAttribute(AntLaunching.ATTR_ANT_CUSTOM_CLASSPATH, (String) null);
351351
String oldAntHome = configuration.getAttribute(AntLaunching.ATTR_ANT_HOME, (String) null);

0 commit comments

Comments
 (0)