Skip to content

Commit b5c8985

Browse files
committed
better javadoc
1 parent 14ecfff commit b5c8985

File tree

1 file changed

+0
-1
lines changed
  • core/arns/src/main/java/software/amazon/awssdk/arns

1 file changed

+0
-1
lines changed

core/arns/src/main/java/software/amazon/awssdk/arns/Arn.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public static Builder builder() {
142142
* Attempts to parse the given string into an {@link Arn}. If the input string is not a valid ARN,
143143
* this method returns {@link Optional#empty()} instead of throwing an exception.
144144
* <p>
145-
* Returns an empty Optional if the input string is not a valid ARN.
146145
* When successful, the resource is accessible entirely as a string through
147146
* {@link #resourceAsString()}. Where correctly formatted, a parsed resource
148147
* containing resource type, resource and qualifier is available through

0 commit comments

Comments
 (0)