8310987: Missing @since tag(s) in java/util/logging/ErrorManager.java

Reviewed-by: lancea, iris
This commit is contained in:
Daniel Fuchs 2023-06-30 16:06:50 +00:00
parent e3a7e020d2
commit e8ff74c7e8

@ -34,6 +34,8 @@ package java.util.logging;
* then rather than throwing an Exception back to the issuer of
* the logging call (who is unlikely to be interested) the Handler
* should call its associated ErrorManager.
*
* @since 1.4
*/
public class ErrorManager {