Rename Inventory.java to java/Inventory.java

This commit is contained in:
Kristian Knarvik 2017-11-28 14:52:34 +01:00 committed by GitHub
parent 7fc73ef2b4
commit ea6c86b0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,4 +94,4 @@ public class Inventory {
}
return null;
}
}
}