diff --git a/src/main/java/magma/tools/proxy/impl/AgentProxy.java b/src/main/java/magma/tools/proxy/impl/AgentProxy.java index 93b2588..2db2c68 100644 --- a/src/main/java/magma/tools/proxy/impl/AgentProxy.java +++ b/src/main/java/magma/tools/proxy/impl/AgentProxy.java @@ -27,13 +27,13 @@ * This Class represents a proxy implementation for one client agent. One agent * proxy consists of two threads, one for forwarding agent actions and one for * forwarding server messages and maintaining sync time. - * - * @author Stefan Glaser, Klaus Dorer - */ -/** + *

+ * New since 2015: * introduced the checking of say messages. This one version doesn't let chars * out of the wiki specified range pass through the server. Quotation marks are * being censored too. + * + * @author Stefan Glaser, Klaus Dorer */ public class AgentProxy {