Project

General

Profile

« Previous | Next » 

Revision 4429

Added by daigle over 15 years ago

Fix comments

View differences:

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