--- old/src/java.xml/share/classes/org/xml/sax/HandlerBase.java 2017-06-14 09:48:18.704377548 -0700 +++ new/src/java.xml/share/classes/org/xml/sax/HandlerBase.java 2017-06-14 09:48:17.648324800 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -66,6 +66,7 @@ * @see org.xml.sax.DocumentHandler * @see org.xml.sax.ErrorHandler */ +@Deprecated(since="1.5") public class HandlerBase implements EntityResolver, DTDHandler, DocumentHandler, ErrorHandler {