--- projects/cms/source/host/java/Config.java 2000/11/30 17:32:18 1.4 +++ projects/cms/source/host/java/Config.java 2000/12/07 23:18:28 1.5 @@ -8,11 +8,11 @@ import java.io.*; /** * Configurator object for the JavaHost - * Will connect to the configurator manager and collect its specific + * Will connect to the filter manager and collect its specific * configuration * - * @author $Author: ab11 $ - * @version $Id: Config.java,v 1.4 2000/11/30 17:32:18 ab11 Exp $ + * @author $Author: tdb $ + * @version $Id: Config.java,v 1.5 2000/12/07 23:18:28 tdb Exp $ */ class Config { @@ -118,7 +118,7 @@ class Config { Socket mySocket; configChanged = false; - System.out.println("Establishing connection with config manager"); + System.out.println("Establishing connection with filter manager"); // might throw a UnknownHostException try { @@ -156,7 +156,7 @@ class Config { // close the socket mySocket.close(); - System.out.println("Completed communication with config manager"); + System.out.println("Completed communication with filter manager"); } catch ( UnknownHostException e ){