Project

General

Profile

« Previous | Next » 

Revision 4429

Added by daigle over 15 years ago

Fix comments

View differences:

src/edu/ucsb/nceas/metacat/service/SessionService.java
53 53
	}
54 54
	
55 55
	/**
56
	 * Get the single instance of AuthAdmin.
56
	 * Get the single instance of SessionService.
57 57
	 * 
58
	 * @return the single instance of AuthAdmin
58
	 * @return the single instance of SessionService
59 59
	 */
60 60
	public static SessionService getInstance() {
61 61
		if (sessionService == null) {
src/edu/ucsb/nceas/metacat/service/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) {
src/edu/ucsb/nceas/metacat/service/PropertyService.java
109 109
	}
110 110
	
111 111
	/**
112
	 * Get the single instance of AuthAdmin.
112
	 * Get the single instance of PropertyService.
113 113
	 * 
114 114
	 * @param servletContext the context we will use to get relative paths
115
	 * @return the single instance of AuthAdmin
115
	 * @return the single instance of PropertyService
116 116
	 */
117 117
	public static PropertyService getInstance(String configDir) throws ServiceException {
118 118
		if (propertyService == null) {
src/edu/ucsb/nceas/metacat/service/SkinPropertyService.java
85 85
	}
86 86
	
87 87
	/**
88
	 * Get the single instance of AuthAdmin.
88
	 * Get the single instance of SkinPropertyService.
89 89
	 * 
90 90
	 * @param servletContext the context we will use to get relative paths
91
	 * @return the single instance of AuthAdmin
91
	 * @return the single instance of SkinPropertyService
92 92
	 */
93 93
	public static SkinPropertyService getInstance(ServletContext servletContext) throws ServiceException {
94 94
		if (skinService == null) {

Also available in: Unified diff