src/share/classes/com/sun/tools/doclint/Entity.java

changeset 1506
4a3cfc970c6f
parent 1455
75ab654b5cd5
child 2525
2eb010b6cb22
equal deleted inserted replaced
1505:3d84ae209919 1506:4a3cfc970c6f
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, 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
41 * <p><b>This is NOT part of any supported API. 41 * <p><b>This is NOT part of any supported API.
42 * If you write code that depends on this, you do so at your own 42 * If you write code that depends on this, you do so at your own
43 * risk. This code and its internal interfaces are subject to change 43 * risk. This code and its internal interfaces are subject to change
44 * or deletion without notice.</b></p> 44 * or deletion without notice.</b></p>
45 */ 45 */
46 enum Entity { 46 public enum Entity {
47 nbsp(160), 47 nbsp(160),
48 iexcl(161), 48 iexcl(161),
49 cent(162), 49 cent(162),
50 pound(163), 50 pound(163),
51 curren(164), 51 curren(164),

mercurial