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