Skip to content

Commit

Permalink
OHFJIRA-30 - Nodes evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-havlicek committed Mar 25, 2017
1 parent ed9f8ed commit 57ee082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -33,7 +33,6 @@
* @since 2.0
*/
@Service
@Transactional(readOnly = true)
public class NodeServiceImpl implements NodeService, ConfCheck {

private static final Logger LOG = LoggerFactory.getLogger(NodeServiceImpl.class);
Expand Down
Expand Up @@ -65,7 +65,7 @@ public void testInsert() {
}

/**
* Test method {@link NodeService#update(Long, ChangeNodeCallback)}.
* Test method {@link NodeService#update(Node, ChangeNodeCallback)}.
*/
@Test
public void testUpdate() {
Expand Down

0 comments on commit 57ee082

Please sign in to comment.