< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/proxy/CGIHandler.java

Print this page

        

@@ -79,11 +79,11 @@
 }
 
 /**
  * The CGIHandler class contains methods for executing as a CGI program.
  * The main function interprets the query string as a command of the form
- * "<command>=<parameters>".
+ * "{@code <command>=<parameters>}".
  *
  * This class depends on the CGI 1.0 environment variables being set as
  * properties of the same name in this Java VM.
  *
  * All data and methods of this class are static because they are specific
< prev index next >