Skip to content

Commit 523573e

Browse files
committed
fix: update javadocs
1 parent c18077a commit 523573e

File tree

1 file changed

+2
-5
lines changed
  • sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate

1 file changed

+2
-5
lines changed

sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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/&#123;project&#125; 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;

0 commit comments

Comments
 (0)