From 7fd0dbf6ea9b96a186ed3b65920dcd09acdc74d3 Mon Sep 17 00:00:00 2001 From: soalemusharafa <63724157+soalemusharafa@users.noreply.github.com> Date: Fri, 24 Apr 2020 03:59:36 -0700 Subject: [PATCH 1/3] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1429c64 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# shipService +i will be sharing this code with you in a short time From e775d59f00b07018401be87e81bd1de0d67c5b5b Mon Sep 17 00:00:00 2001 From: musharafa Date: Fri, 24 Apr 2020 10:48:10 -0700 Subject: [PATCH 2/3] added some comments in Shipment.java --- src/org/edureka/shipping/Shipment.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/org/edureka/shipping/Shipment.java b/src/org/edureka/shipping/Shipment.java index 3e9822d..dc73514 100644 --- a/src/org/edureka/shipping/Shipment.java +++ b/src/org/edureka/shipping/Shipment.java @@ -13,6 +13,19 @@ public class Shipment { int trackigNumber; int chargeAmount; + /** + * int resourceid, + *Date shipmentDate; + * Date expiryDate; + * String deliveryText; + * Order order; + * ShipmentLocation shipmentLocation; + * Date deliveryDate; + * int trackigNumber; + * int chargeAmount; + * + * */ + public int getResourceId() { return resourceId; } From cd96cf6bf99c75e8b2b90b115410d27296683150 Mon Sep 17 00:00:00 2001 From: musharafa Date: Fri, 24 Apr 2020 10:56:13 -0700 Subject: [PATCH 3/3] added some comments in Constants.java --- src/org/edureka/shipping/Constants.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/org/edureka/shipping/Constants.java b/src/org/edureka/shipping/Constants.java index 192f6a5..d7ebac8 100644 --- a/src/org/edureka/shipping/Constants.java +++ b/src/org/edureka/shipping/Constants.java @@ -2,4 +2,9 @@ public interface Constants { + /** + *will update the code later. + * + * */ + }