Skip to content

Commit c1aa627

Browse files
committed
Fixed typo
1 parent 28a8681 commit c1aa627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault/src/main/java/io/scalecube/security/vault/VaultServiceTokenSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public Builder serviceTokenNameBuilder(
119119
return this;
120120
}
121121

122-
public VaultServiceTokenSupplier builder() {
122+
public VaultServiceTokenSupplier build() {
123123
return new VaultServiceTokenSupplier(this);
124124
}
125125
}

0 commit comments

Comments
 (0)