blob: dd915591198daaa7f3986bc9f2fcf27197989ac1 [file] [log] [blame]
package test.comments.line;
public class X05 {
protected void foo() {
// check whether to load the Apache Ant classes from the plugin class
// loaders
// or to only load from the URLs specified from the Ant runtime
// classpath preferences setting
if (true) {
}
}
}