File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -296,11 +296,8 @@ public Set<String> vars() {
296296 return bindings .keySet ();
297297 }
298298
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- */
299+ /** Returns the set of resource literals. A resource literal is a literal followed by a binding */
300+ // For example, projects/{project} is a literal/binding pair and projects is a resource literal.
304301 public Set <String > getResourceLiterals () {
305302 Set <String > canonicalSegments = new java .util .LinkedHashSet <>();
306303 boolean inBinding = false ;
You can’t perform that action at this time.
0 commit comments