mirror of
https://github.com/google-wallet/rest-samples.git
synced 2026-01-09 13:38:01 -05:00
fixed java transit example
This commit is contained in:
@@ -386,7 +386,7 @@ public class DemoTransit {
|
||||
.setDefaultValue(
|
||||
new TranslatedString()
|
||||
.setLanguage("en-US")
|
||||
.setValue("Fare name")))));
|
||||
.setValue("Fare name"))));
|
||||
|
||||
// Create the JWT as a HashMap object
|
||||
HashMap<String, Object> claims = new HashMap<String, Object>();
|
||||
|
||||
Reference in New Issue
Block a user