Update Technikladen/OrderEntry.java

Removed package line
This commit is contained in:
Igor Bartkowski 2024-10-14 19:06:31 +02:00
parent 192ae021dc
commit ddc485ddeb

@ -1,5 +1,3 @@
package tech_store;
public class OrderEntry {
private Product orderProduct;
private int entryAmount;