Added comments to all class headers. Comments to individual methods will

be added as needed.
This commit is contained in:
amontano 2002-11-03 08:56:11 +00:00
parent b4e4decc2e
commit 37b29c8d33
24 changed files with 157 additions and 18 deletions

View file

@ -20,6 +20,13 @@ package org.thdl.tib.scanner;
import java.net.*;
import java.io.*;
/** Used by applets and applications to access remote on-line dictionaries.
Sends Tibetan text, and receives the words with their definitions. The
{@link RemoteScannerFilter} receives the requests on the server.
@author Andrés Montano Pellegrini
@see RemoteScannerFilter
*/
public class RemoteTibetanScanner implements TibetanScanner
{
private String url;