Remove trailing whitespace.
[guacamole.git] / src / main / java / net / sourceforge / guacamole / net / basic / properties / AuthenticationProviderProperty.java
index 2a56c2f..05d3c1b 100644 (file)
@@ -27,7 +27,7 @@ import net.sourceforge.guacamole.properties.GuacamoleProperty;
 /**
  * A GuacamoleProperty whose value is the name of a class to use to
  * authenticate users. This class must implement AuthenticationProvider.
- * 
+ *
  * @author Michael Jumper
  */
 public abstract class AuthenticationProviderProperty implements GuacamoleProperty<AuthenticationProvider> {