- remove checked-in jars (except the ones loaded by tests) - configure eclipse settings for STS
9 lines
125 B
Java
9 lines
125 B
Java
package superpkg;
|
|
|
|
public class TargetB002 {
|
|
|
|
public static void m() {
|
|
System.out.println("TargetB002.m() running");
|
|
}
|
|
}
|