blob: ca4a593e6389f1f34d7f2d4c77edab4aa2a22895 [file] [log] [blame]
package com.gemstone.gemfire.codeAnalysis.decode.cp;
import java.io.*;
public class CpInterfaceMethodref extends CpMethodref {
CpInterfaceMethodref( DataInputStream source ) throws IOException {
super( source );
}
}