gradle build
- remove checked-in jars (except the ones loaded by tests) - configure eclipse settings for STS
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package subpkg;
|
||||
|
||||
import superpkg.Top003;
|
||||
|
||||
public class Bottom003 extends Top003 {
|
||||
|
||||
public void m() {
|
||||
newMethodOnTop();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user