mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
style: 删除无用代码
This commit is contained in:
parent
19bedbef7a
commit
c84860e9fe
@ -76,19 +76,4 @@ public class ArticleTempVisitService {
|
||||
this.userId = userId;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// public static void main(String[] args) throws InterruptedException {
|
||||
// ArticleTempService a = new ArticleTempService();
|
||||
// String key = a.create(20034L);
|
||||
// System.out.println(key);
|
||||
//
|
||||
// Thread.sleep(2000);
|
||||
// Long v1 = a.get(key);
|
||||
// System.out.println(v1);
|
||||
//
|
||||
// Thread.sleep(5000);
|
||||
// Long v2 = a.get(key);
|
||||
// System.out.println(v2);
|
||||
// }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user