Commit 16befa97 authored by terrymanu's avatar terrymanu
Browse files

for #601, add java doc for AuthorityEnvironmentManager

parent 4b533d64
Loading
Loading
Loading
Loading
+6 −4
Original line number Original line Diff line number Diff line
@@ -55,6 +55,7 @@ public final class AuthorityEnvironmentManager {
    /**
    /**
     * Initialize data.
     * Initialize data.
     * 
     * 
     * @throws SQLException SQL exception
     */
     */
    public void initialize() throws SQLException {
    public void initialize() throws SQLException {
        Collection<String> initSQLs = authority.getInitSQLs(databaseType);
        Collection<String> initSQLs = authority.getInitSQLs(databaseType);
@@ -75,6 +76,7 @@ public final class AuthorityEnvironmentManager {
    /**
    /**
     * Clean data.
     * Clean data.
     * 
     * 
     * @throws SQLException SQL exception
     */
     */
    public void clean() throws SQLException {
    public void clean() throws SQLException {
        Collection<String> cleanSQLs = authority.getCleanSQLs(databaseType);
        Collection<String> cleanSQLs = authority.getCleanSQLs(databaseType);