-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: regen services using latest SDK generator and API definitions (#34)
- Loading branch information
Showing
66 changed files
with
431 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,9 @@ public void testWatchlist() throws Throwable { | |
assertEquals(userModel.userId(), "[email protected]"); | ||
|
||
Watchlist watchlistModel = new Watchlist.Builder() | ||
.watchlist(new ArrayList<User>(Arrays.asList(userModel))) | ||
.watchlist(new java.util.ArrayList<User>(java.util.Arrays.asList(userModel))) | ||
.build(); | ||
assertEquals(watchlistModel.watchlist(), new ArrayList<User>(Arrays.asList(userModel))); | ||
assertEquals(watchlistModel.watchlist(), new java.util.ArrayList<User>(java.util.Arrays.asList(userModel))); | ||
|
||
String json = TestUtilities.serialize(watchlistModel); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
...l-catalog/src/main/java/com/ibm/cloud/platform_services/global_catalog/v1/model/I18N.java
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...log/src/main/java/com/ibm/cloud/platform_services/global_catalog/v1/model/OverviewUI.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.