Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey-forpeople committed Nov 26, 2024
1 parent b70ed60 commit 053122d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Utilities for parsing metadata from client certificates.
*/
/** Utilities for parsing metadata from client certificates. */
public class ClientCertificateUtils {
/** The logger for this filter. */
private static final Logger LOGGER = LoggerFactory.getLogger(ClientCertificateUtils.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ public final class CommonTransformerUtils {
org.hl7.fhir.dstu3.model.Coverage.class.getSimpleName();

/**
* Constant for setting and retrieving the attribute from the request that determines if the client can see SAMHSA data.
* */
* Constant for setting and retrieving the attribute from the request that determines if the
* client can see SAMHSA data.
*/
public static final String SHOULD_FILTER_SAMHSA = "SHOULD_FILTER_SAMHSA";

/**
Expand Down

0 comments on commit 053122d

Please sign in to comment.