Skip to content

Commit 36e5373

Browse files
committed
Modifying configuration file information
1 parent ca74923 commit 36e5373

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

trackingmore-maven-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.github.trackingmores</groupId>
3131
<artifactId>trackingmore-sdk-java</artifactId>
32-
<version>1.0.0</version>
32+
<version>1.0.1</version>
3333
</dependency>
3434
</dependencies>
3535

trackingmore-maven-example/src/main/java/com/trackingmore/maven/example/airWaybill/AwbExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static void main(String[] args) {
2323
System.out.println(airWaybills);
2424
System.out.println(airWaybills.getAwbNumber());
2525
System.out.println(airWaybills.getAirlineInfo().getName());
26+
System.out.println(airWaybills.getFlightInfo().get("TK0721").getDepartStation());
2627
}
2728

2829
} catch (TrackingMoreException e) {

0 commit comments

Comments
 (0)