We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f53f0 commit 3c3aae6Copy full SHA for 3c3aae6
1 file changed
config/src/main/java/com/google/firebase/samples/config/Configure.java
@@ -67,7 +67,7 @@ private static void getTemplate() throws IOException {
67
}
68
69
/**
70
- * Prints the last 5 available Firebase Remote Config template metadata from the server.
+ * Prints the last 5 available Firebase Remote Config template metadata from the server.
71
*/
72
private static void getVersions() {
73
ListVersionsOptions listVersionsOptions = ListVersionsOptions.builder().setPageSize(5).build();
0 commit comments