Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c57c757

Browse files
codingforkind@163.comcodingforkind@163.com
codingforkind@163.com
authored and
codingforkind@163.com
committed
re
1 parent ebef21c commit c57c757

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎mirror-examples/mirror-web/src/main/java/cn/com/mirror/project/service/impl/ProjectInitServiceImpl.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ public ProjectVO genProject(String userId, String originalFileName, byte[] conte
7777
projectVO = newProject(userId, prjName, postfix, prjRedisKey, content);
7878
}
7979

80-
return projectVO;
80+
// TODO xyz start async analysis
81+
82+
return projectVO;
8183
}
8284

8385
private ProjectVO newProject(String userId,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /