Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 15, 2024
1 parent 95fa925 commit b62440e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.enso.base.enso_cloud;
package org.enso.base.enso_cloud;

import java.io.IOException;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* A structure representing a URI that contains parts which may need to be updated once data from
* secrets is resolved.
*
* <p>The query parameters are stored separately, because they may contain secrets and
* will only be resolved to plain values within {@link org.enso.base.enso_cloud.EnsoSecretHelper}.
* <p>The query parameters are stored separately, because they may contain secrets and will only be
* resolved to plain values within {@link org.enso.base.enso_cloud.EnsoSecretHelper}.
*/
public record URIWithSecrets(URI baseUri, List<Pair<String, HideableValue>> queryParameters) {

Expand Down

0 comments on commit b62440e

Please sign in to comment.