langtools/src/jdk.compiler/share/classes/com/sun/tools/doclint/resources/doclint.properties
changeset 28455 41245007c074
parent 25874 83c19f00452c
child 29427 44f4e6905b67
equal deleted inserted replaced
28454:63c31d7de8f6 28455:41245007c074
     1 #
     1 #
     2 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2012, 2015, 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
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 dc.anchor.already.defined = anchor already defined: {0}
    26 dc.anchor.already.defined = anchor already defined: "{0}"
    27 dc.anchor.value.missing = no value given for anchor
    27 dc.anchor.value.missing = no value given for anchor
    28 dc.attr.lacks.value = attribute lacks value
    28 dc.attr.lacks.value = attribute lacks value
    29 dc.attr.not.number = attribute value is not a number
    29 dc.attr.not.number = attribute value is not a number
    30 dc.attr.obsolete = attribute obsolete: {0}
    30 dc.attr.obsolete = attribute obsolete: {0}
    31 dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0}
    31 dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0}