|
@@ -76,7 +76,7 @@ public final class ObservationAuthorizationManager<T> implements AuthorizationMa
|
|
|
*
|
|
*
|
|
|
* @since 6.1
|
|
* @since 6.1
|
|
|
*/
|
|
*/
|
|
|
- public void setConvention(ObservationConvention<AuthorizationObservationContext<?>> convention) {
|
|
|
|
|
|
|
+ public void setObservationConvention(ObservationConvention<AuthorizationObservationContext<?>> convention) {
|
|
|
Assert.notNull(convention, "The observation convention cannot be null");
|
|
Assert.notNull(convention, "The observation convention cannot be null");
|
|
|
this.convention = convention;
|
|
this.convention = convention;
|
|
|
}
|
|
}
|