Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed May 2, 2024
1 parent 004fdbe commit df0232a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public TableCacheController(TableCacheReloadService service) {
}

/**
* <strong>JBossAdministrator or Administrator credentials required.</strong> Force a reload the table cache for the specified table.
* Force a reload the table cache for the specified table.
*
* @return a VoidResponse
* @RequestHeader X-ProxiedEntitiesChain use when proxying request for user
Expand All @@ -54,7 +54,7 @@ public VoidResponse reloadCache(@PathVariable String tableName) {
}

/**
* <strong>JBossAdministrator or Administrator credentials required.</strong> Get the status of the table caches
* Get the status of the table caches
*
* @return the AccumuloTableCacheStatus
* @RequestHeader X-ProxiedEntitiesChain use when proxying request for user
Expand Down

0 comments on commit df0232a

Please sign in to comment.