Skip to content

Commit

Permalink
Fix AgentProxy Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Oct 20, 2022
1 parent b87597e commit 31e554b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/magma/tools/proxy/impl/AgentProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
/**
* <p>
* 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
{
Expand Down

0 comments on commit 31e554b

Please sign in to comment.