Skip to content

Commit 05399c8

Browse files
authored
fix: 打补丁尝试中
1 parent 4470f0f commit 05399c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/github/fastmirrorserver/service/AuthorizationService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AuthorizationService {
4444

4545
/**
4646
* 验证请求是否合法
47-
* 同时检查账号密码(如果有)和session
47+
* 同时检查账号密码(如果有)和session.
4848
*/
4949
fun verification(request: HttpServletRequest, response: HttpServletResponse): Traceback {
5050
trySetBasicURI(request) {

0 commit comments

Comments
 (0)