mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
improve javadoc
This commit is contained in:
@@ -150,7 +150,7 @@ public class AuthorizationCollector
|
|||||||
* <li>User deleted</li>
|
* <li>User deleted</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param event
|
* @param event user event
|
||||||
*/
|
*/
|
||||||
@Subscribe
|
@Subscribe
|
||||||
public void onEvent(UserEvent event)
|
public void onEvent(UserEvent event)
|
||||||
@@ -196,10 +196,14 @@ public class AuthorizationCollector
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Invalidates the whole cache, if a repository has changed. The cache get cleared for one of the following reasons:
|
||||||
|
* <ul>
|
||||||
|
* <li>New repository created</li>
|
||||||
|
* <li>Repository was removed</li>
|
||||||
|
* <li>Archived, Public readable or permission field of the repository was modified</li>
|
||||||
|
* </ul>
|
||||||
*
|
*
|
||||||
*
|
* @param event repository event
|
||||||
* @param event
|
|
||||||
*/
|
*/
|
||||||
@Subscribe
|
@Subscribe
|
||||||
public void onEvent(RepositoryEvent event)
|
public void onEvent(RepositoryEvent event)
|
||||||
|
|||||||
Reference in New Issue
Block a user