Index: core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/SessionUtil.java =================================================================== diff -u -rb53210daaf7b2a6e192cff27026c9961937caea2 -r1bc9cfee077b7eb5c62c0fe6e05c55e22e3a9ad1 --- core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/SessionUtil.java (.../SessionUtil.java) (revision b53210daaf7b2a6e192cff27026c9961937caea2) +++ core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/SessionUtil.java (.../SessionUtil.java) (revision 1bc9cfee077b7eb5c62c0fe6e05c55e22e3a9ad1) @@ -13,7 +13,6 @@ /** * attribute 값을 가져 오기 위한 method * - * @param String attribute key name * @return Object attribute obj */ public static Object getAttribute(String name) throws Exception { @@ -23,8 +22,6 @@ /** * attribute 설정 method * - * @param String attribute key name - * @param Object attribute obj * @return void */ public static void setAttribute(String name, Object object) throws Exception { @@ -34,7 +31,6 @@ /** * 설정한 attribute 삭제 * - * @param String attribute key name * @return void */ public static void removeAttribute(String name) throws Exception { @@ -44,7 +40,6 @@ /** * session id * - * @param void * @return String SessionId 값 */ public static String getSessionId() throws Exception {