Skip to content

Commit

Permalink
javadoc improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Feb 7, 2016
1 parent 7f5d417 commit b0855e0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2007 Wyona
* Copyright 2007 -2016 Wyona
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -349,7 +349,7 @@ public Node getRepoNode() throws Exception {
}

/**
* Delete node
* org.wyona.yanel.core.api.attributes.ModifiableV2#delete()
*/
public boolean delete() throws Exception {
getRealm().getRepository().getNode(getPath()).delete();
Expand Down

0 comments on commit b0855e0

Please sign in to comment.