jdk/src/java.base/share/classes/sun/security/ssl/SunJSSE.java
changeset 44534 a076dffbc2c1
parent 40416 5d91b2fd668c
equal deleted inserted replaced
44533:f9216d49d88c 44534:a076dffbc2c1
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   245             throw new AssertionError("Illegal subclass: " + getClass());
   245             throw new AssertionError("Illegal subclass: " + getClass());
   246         }
   246         }
   247     }
   247     }
   248 
   248 
   249     @Override
   249     @Override
       
   250     @SuppressWarnings("deprecation")
   250     protected final void finalize() throws Throwable {
   251     protected final void finalize() throws Throwable {
   251         // empty
   252         // empty
   252         super.finalize();
   253         super.finalize();
   253     }
   254     }
   254 
   255