Project

General

Profile

« Previous | Next » 

Revision 4429

Added by daigle over 15 years ago

Fix comments

View differences:

DatabaseService.java
50 50
	}
51 51
	
52 52
	/**
53
	 * Get the single instance of AuthAdmin.
53
	 * Get the single instance of DatabaseService.
54 54
	 * 
55
	 * @return the single instance of AuthAdmin
55
	 * @return the single instance of DatabaseService
56 56
	 */
57 57
	public static DatabaseService getInstance() {
58 58
		if (databaseService == null) {

Also available in: Unified diff