mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: Add package-info.java files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
* Base classes which support the MySQL authentication provider, including
|
||||||
|
* the authentication provider itself.
|
||||||
|
*/
|
||||||
|
package net.sourceforge.guacamole.net.auth.mysql;
|
||||||
|
|
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
* Properties which control the configuration of the MySQL authentication
|
||||||
|
* provider.
|
||||||
|
*/
|
||||||
|
package net.sourceforge.guacamole.net.auth.mysql.properties;
|
||||||
|
|
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
* Service classes which help fill the needs of the MySQL authentication
|
||||||
|
* provider.
|
||||||
|
*/
|
||||||
|
package net.sourceforge.guacamole.net.auth.mysql.utility;
|
||||||
|
|
Reference in New Issue
Block a user