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 ebef21c

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎mirror-examples/mirror-web/src/main/java/cn/com/mirror/nas/service/impl/NasServiceImpl.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public String uploadArchive(String prjName, String postfix, byte[] content) {
2828
try (OutputStream outputStream = new FileOutputStream(new File(filePath))) {
2929
outputStream.write(content);
3030
} catch (IOException e) {
31-
// TODO xyz check it before the application started.
3231
throw new UnitException("The dir for uploaded file is not configured", e);
3332
}
3433

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class ArchiveServiceImpl implements ArchiveService {
2626
@Override
2727
@Transactional
2828
public ArchiveVO nailArchive(String prjName, ArchiveTypeEnum archiveType, byte[] content) {
29-
// TODO xyz async service: store zip project file, unzip it and analyze it.
3029
String filePath = nasService.uploadArchive(prjName, archiveType.getPostfix(), content);
3130

3231
Archive archive = new Archive();

0 commit comments

Comments
(0)

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