Add package-info.java files.

This commit is contained in:
Michael Jumper
2013-01-29 00:34:18 -08:00
committed by Michael Jumper
parent b7872eb202
commit e9253473d1
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Provides classes which describe the various permissions a Guacamole user
* can be granted.
*/
package net.sourceforge.guacamole.net.auth.permission;

View File

@@ -0,0 +1,8 @@
/**
* Provides a basic AuthenticationProvider base class that can be used to create
* simple AuthenticationProviders in the same way allowed by the old
* authentication API.
*/
package net.sourceforge.guacamole.net.auth.simple;