/*
* @(#)file JDMIpV6Address.java
* @(#)author Sun Microsystems, Inc.
* @(#)version 1.6
* @(#)date 05/08/26
*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*/
/* Generated By:JJTree: Do not edit this line. JDMIpV6Address.java */
package com.sun.jmx.snmp.IPAcl;
class JDMIpV6Address extends JDMIpAddress {
public JDMIpV6Address(int id) {
super(id);
}
public JDMIpV6Address(Parser p, int id) {
super(p, id);
}
}
|