Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ modify
Method
modify
ch4/CommentServiceImpl.java:60–63 ·
view source on GitHub ↗
(CommentDto commentDto)
Source
from the content-addressed store, hash-verified
58
}
59
60
@Override
61
public
int
modify(CommentDto commentDto) throws Exception {
62
return
commentDao.update(commentDto);
63
}
64
}
Callers
nothing calls this directly
Calls
1
update
Method · 0.65
Tested by
no test coverage detected