Skip to content

Commit b7c47cc

Browse files
committed
docs: fix typo.
1 parent e491f33 commit b7c47cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/stellar/sdk/AssetTypeCreditAlphaNum.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public abstract class AssetTypeCreditAlphaNum extends Asset {
2525
*
2626
* @param code Asset code
2727
* @param issuer Asset issuer
28-
* @throws IllegalArgumentException when code is invalid or issuer is not a valid Ed25519 public
29-
* key
28+
* @throws IllegalArgumentException when the issuer is not a valid Ed25519 public key.
3029
*/
3130
public AssetTypeCreditAlphaNum(@NonNull String code, @NonNull String issuer) {
3231
if (!StrKey.isValidEd25519PublicKey(issuer)) {

0 commit comments

Comments
 (0)