1 /*2 * @(#)file JDMIpV6Address.java3 * @(#)author Sun Microsystems, Inc.4 * @(#)version 1.65 * @(#)date 08/02/096 *7 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.8 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.9 *10 */11 12 /* Generated By:JJTree: Do not edit this line. JDMIpV6Address.java */13 14 package com.sun.jmx.snmp.IPAcl;15 16 class JDMIpV6Address extends JDMIpAddress {17 public JDMIpV6Address(int id) {18 super(id);19 }20 21 public JDMIpV6Address(Parser p, int id) {22 super(p, id);23 }24 25 }26