From b964994f00accc45d31c41ee6ceecb6b12235a9c Mon Sep 17 00:00:00 2001 From: wing328 Date: Fri, 28 Apr 2017 01:24:28 +0800 Subject: [PATCH] add ./bin/java-petstore-okhttp-gson-parcelable.sh to java petstore all.sh --- bin/java-petstore-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/java-petstore-all.sh b/bin/java-petstore-all.sh index bccc58be22f..226d7eaabc9 100755 --- a/bin/java-petstore-all.sh +++ b/bin/java-petstore-all.sh @@ -5,6 +5,7 @@ ./bin/java-petstore-jersey2.sh ./bin/java-petstore-feign.sh ./bin/java-petstore-okhttp-gson.sh +./bin/java-petstore-okhttp-gson-parcelable.sh ./bin/java-petstore-retrofit.sh ./bin/java-petstore-retrofit2.sh ./bin/java-petstore-retrofit2rx.sh