Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pickup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ java -jar pickup-x.x.x.jar
There are 2 notable class in this tutorial, namely com.ups.api.app.AppConfig and
com.ups.api.app.PickupDemo. The AppConfig class is a configuration class leveraging
Spring injection to incorporate the property value from
src/main/resources/application.properties file. The TnTDemo is to illustrate how
to use the Landed cost api.
src/main/resources/application.properties file. The PickupDemo is to illustrate how
to use the Pickup api.


```java
Expand Down Expand Up @@ -808,4 +808,4 @@ final String transId = UUID.randomUUID().toString().replace("-", "");
]
}
}
```
```