Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
More NOSONAR
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Mar 4, 2020
1 parent 9979ca5 commit c89f24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ConfigurationProperties {
public static final String REPOSITORY_CONFIGURATION_KEY_USERNAME = "USERNAME";

/** The property key for the authentication password. */
public static final String REPOSITORY_CONFIGURATION_KEY_PASSWORD = "PASSWORD";
public static final String REPOSITORY_CONFIGURATION_KEY_PASSWORD = "PASSWORD"; //NOSONAR

/** The property key for the HTTP proxy. */
public static final String REPOSITORY_CONFIGURATION_KEY_PROXY = "PROXY";
Expand Down

0 comments on commit c89f24a

Please sign in to comment.