1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-19 20:00:09 -05:00

Discovered recursion \o/

This commit is contained in:
Sebastian Kaspari 2010-04-13 22:52:41 +02:00
parent 28705f5f7e
commit d36ec2673e

View File

@ -200,7 +200,7 @@ public class Server
*/
public void setUseSSL(boolean useSSL)
{
this.setUseSSL(useSSL);
this.useSSL = useSSL;
}
/**