blob: aef875ac20626d7b253e52bb057892d813d092a3 [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) {
}
}
}