1: // ProtocolFrame.java 2: // $Id: ProtocolFrame.java,v 1.1 1998/01/26 13:23:28 bmahe Exp $ 3: // (c) COPYRIGHT MIT and INRIA, 1996. 4: // Please first read the full copyright statement in file COPYRIGHT.html 5: 6: package org.w3c.tools.resources; 7: 8: public class ProtocolFrame extends ResourceFrame { 9: }