浏览代码

Revert final on System classpath

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275009 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 年前
父节点
当前提交
dacde0154f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/org/apache/tools/ant/types/Path.java

+ 1
- 1
src/main/org/apache/tools/ant/types/Path.java 查看文件

@@ -100,7 +100,7 @@ public class Path extends DataType implements Cloneable {
private Vector elements; private Vector elements;


/** The system classspath as a Path object */ /** The system classspath as a Path object */
public static final Path systemClasspath =
public static Path systemClasspath =
new Path(null, System.getProperty("java.class.path")); new Path(null, System.getProperty("java.class.path"));






正在加载...
取消
保存