Removed an empty statement

This commit is contained in:
Kirat Kumar
2021-08-29 14:57:16 +05:00
committed by Joe Grandja
parent 8e8979af60
commit aaeca70b4c

View File

@@ -73,7 +73,7 @@ public abstract class AbstractOAuth2AuthorizationServerMetadata implements OAuth
@SuppressWarnings("unchecked")
protected final B getThis() {
return (B) this; // avoid unchecked casts in subclasses by using "getThis()" instead of "(B) this"
};
}
/**
* Use this {@code issuer} in the resulting {@link AbstractOAuth2AuthorizationServerMetadata}, REQUIRED.