< prev index next >

src/java.base/share/classes/java/security/cert/Extension.java

Print this page
rev 53560 : 8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea
Contributed-by: Andrey Turbanov <turbanoff@gmail.com>

*** 1,7 **** /* ! * Copyright (c) 2007, 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2007, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 39,49 **** * information unique to those communities. * * <p> * Each extension contains an object identifier, a criticality setting * indicating whether it is a critical or a non-critical extension, and ! * and an ASN.1 DER-encoded value. Its ASN.1 definition is: * * <pre> * * Extension ::= SEQUENCE { * extnId OBJECT IDENTIFIER, --- 39,49 ---- * information unique to those communities. * * <p> * Each extension contains an object identifier, a criticality setting * indicating whether it is a critical or a non-critical extension, and ! * an ASN.1 DER-encoded value. Its ASN.1 definition is: * * <pre> * * Extension ::= SEQUENCE { * extnId OBJECT IDENTIFIER,
< prev index next >