Skip to content

Commit

Permalink
updated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbw committed Apr 30, 2016
1 parent 623eb72 commit 3b59dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public interface ServerConfigurationService {

/**
* Gets the specified database server
* @param host the host
* @return a DatabaseServer instance
* @throws Exception if the database configuration file is corrupt
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ public static ServerConfigurationServiceImpl getInstance(){

/**
* Loads the configuration file
* @return
* @throws Exception
* @throws Exception if there is a problem loading the file
*/
protected void load() throws Exception {

Expand Down

0 comments on commit 3b59dc4

Please sign in to comment.