GH-1258: Fix javadoc

This commit is contained in:
Gary Russell
2020-10-22 14:31:40 -04:00
parent 310f95098e
commit 0401051bd2

View File

@@ -1154,8 +1154,8 @@ public abstract class AbstractMessageListenerContainer extends RabbitAccessor
}
/**
* Provide an OOMHandler implementation; by default, {@code System.exit(99)} is
* called.
* Provide a JavaLangErrorHandler implementation; by default, {@code System.exit(99)}
* is called.
* @param javaLangErrorHandler the handler.
* @since 2.2.12
*/