zhouhao 8 年之前
父節點
當前提交
65cb709175

+ 1 - 1
hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/AuthenticationHolder.java

@@ -96,7 +96,7 @@ public final class AuthenticationHolder {
         }
         }
     }
     }
 
 
-    public static void setCureentUserId(String id) {
+    public static void setCurrentUserId(String id) {
         ThreadLocalUtils.put(AuthenticationHolder.CURRENT_USER_ID_KEY, id);
         ThreadLocalUtils.put(AuthenticationHolder.CURRENT_USER_ID_KEY, id);
     }
     }
 }
 }