Ticket #269: Add package-info.java files.

This commit is contained in:
Michael Jumper
2013-02-23 00:43:52 -08:00
parent 4c034f091b
commit f8af9da4bd
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Base classes which support the MySQL authentication provider, including
* the authentication provider itself.
*/
package net.sourceforge.guacamole.net.auth.mysql;

View File

@@ -0,0 +1,7 @@
/**
* Properties which control the configuration of the MySQL authentication
* provider.
*/
package net.sourceforge.guacamole.net.auth.mysql.properties;

View File

@@ -0,0 +1,7 @@
/**
* Service classes which help fill the needs of the MySQL authentication
* provider.
*/
package net.sourceforge.guacamole.net.auth.mysql.utility;