We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18077a commit 523573eCopy full SHA for 523573e
1 file changed
sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java
@@ -296,11 +296,8 @@ public Set<String> vars() {
296
return bindings.keySet();
297
}
298
299
- /**
300
- * Returns the set of resource literals. A resource literal is a literal followed by a binding.
301
- * For example, projects/{project} is a literal/binding pair and projects is a resource
302
- * literal.
303
- */
+ /** Returns the set of resource literals. A resource literal is a literal followed by a binding */
+ // For example, projects/{project} is a literal/binding pair and projects is a resource literal.
304
public Set<String> getResourceLiterals() {
305
Set<String> canonicalSegments = new java.util.LinkedHashSet<>();
306
boolean inBinding = false;
0 commit comments