uebung05 ende
This commit is contained in:
14
uebung05/src/logistics/material/ShellBatches.java
Normal file
14
uebung05/src/logistics/material/ShellBatches.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package logistics.material;
|
||||
|
||||
import logistics.quantities.IntUnit;
|
||||
|
||||
public class ShellBatches implements IntUnit{
|
||||
public static ShellBatches INSTANCE = new ShellBatches();
|
||||
|
||||
private ShellBatches() {}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "batches of 120mm shells";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user