Removing import of removed package facade.
This commit is contained in:
-2
@@ -1,6 +1,4 @@
|
||||
// TODO Import of old package stays here because of a bug
|
||||
import newPackage.NewPackagePackage;
|
||||
import oldPackage.OldPackagePackage;
|
||||
|
||||
class JavaUsage {
|
||||
public static void main(String[] args) {
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// TODO Import of old package stays here because of a bug
|
||||
import oldPackage.OldPackagePackage;
|
||||
|
||||
class JavaUsage {
|
||||
|
||||
Reference in New Issue
Block a user