GUACAMOLE-220: Remove erroneously-added blank line.

This commit is contained in:
Michael Jumper
2018-04-21 14:23:07 -07:00
parent 6db10c1dbb
commit b35e494fdf

View File

@@ -22,7 +22,6 @@ package org.apache.guacamole.net.auth;
import java.util.Collections;
import java.util.Set;
/**
* Basic implementation of an AuthenticatedUser which uses the username to
* determine equality. Username comparison is case-sensitive.