Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotrifork committed Oct 9, 2024
1 parent 82cd38c commit 3adf1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private BootstrapTokenBuilder(BootstrapTokenBuilderParams params) {
/**
* Specify the NSP environment which will be the context for bootstrap tokens built by this builder
*
* @param env Either {@link NSPEnv#fromUrl(stsBaseUrl)} or one of the enum values of {@link com.trifork.unsealed.NSPTestEnv}
* @param env Either {@link NSPEnv#fromUrl(String)} or one of the enum values of {@link NSPTestEnv}
* @return A new immutable builder instance that encapsulates the supplied parameter
*/
public BootstrapTokenBuilder env(NSPEnv env) {
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/trifork/unsealed/IdCardBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ private void validateArguments() {
/**
* Specify the NSP environment which will be the context for IdCards built by this builder
*
* @param env
* Either {@link NSPEnv#fromUrl(stsBaseUrl)} or one of the enum values of {@link com.trifork.unsealed.NSPTestEnv}
* @param env Either {@link NSPEnv#fromUrl(String)} or one of the enum values of {@link NSPTestEnv}
* @return A new immutable builder instance that encapsulates the supplied parameter
*/
public IdCardBuilder env(NSPEnv env) {
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/trifork/unsealed/OIOSAMLTokenBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ private OIOSAMLTokenBuilder(OIOSAMLTokenBuilderParams params) {
/**
* Specify the NSP environment which will be the context for OIOSAML tokens built by this builder
*
* @param env
* Either {@link NSPEnv#fromUrl(stsBaseUrl)} or one of the enum values of {@link com.trifork.unsealed.NSPTestEnv}
* @param env Either {@link NSPEnv#fromUrl(String)} or one of the enum values of {@link NSPTestEnv}
* @return A new immutable builder instance that encapsulates the supplied parameter
*/
public OIOSAMLTokenBuilder env(NSPEnv env) {
Expand Down

0 comments on commit 3adf1c3

Please sign in to comment.