Javadoc cleanup

This commit is contained in:
nathan 2017-09-25 00:21:04 +02:00
parent db850f89bd
commit 0dc0a0e0c2

View File

@ -48,7 +48,7 @@ class OverriddenMethods {
}
/**
* access a snapshot of the subscriptions (single-writer-principle)
* access a snapshot of the overridden methods (single-writer-principle)
*/
public
Class<?> get(final Class<?> type) {
@ -58,7 +58,7 @@ class OverriddenMethods {
}
/**
* access a snapshot of the subscriptions (single-writer-principle)
* access a snapshot of the overridden methods (single-writer-principle)
*/
public
Class<?> getReverse(final Class<?> type) {