Skip to content

Commit

Permalink
Fixed JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 committed Jul 14, 2020
1 parent 1cb9ec1 commit e7fe713
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ private StateHolder() {
private static ConcurrentHashMap<String, Boolean> loadState = new ConcurrentHashMap<String, Boolean>();

/**
* @return the endpoint
* @return the state
*/
static State getState(String endpoint) {
return state.get(endpoint);
}

/**
* @param state the etagState to set
* @param endpoint the stores endpoint
* @param watchKeys list of configuration watch keys that can trigger a refresh event
* @param monitoring refresh configurations
*/
static void setState(String endpoint, List<ConfigurationSetting> watchKeys,
AppConfigurationStoreMonitoring monitoring) {
Expand Down

0 comments on commit e7fe713

Please sign in to comment.