Skip to content

Commit

Permalink
Fixing issues in async-log
Browse files Browse the repository at this point in the history
Autocommit Thu Jan 15 07:40:18 EST 2015
  • Loading branch information
mxro committed Jan 14, 2015
1 parent 404cf78 commit dd57050
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/de/mxro/async/properties/PropertyNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,12 @@ public interface PropertyNode {
* Returns a {@link String} representation of all properties.
*/
public void render(ValueCallback<String> cb);

/**
* <p>
* Accesses the data of this node in an unsafe (non-synchronzied) way.
*
* @return
*/
public PropertyData getDataUnsafe();
}

0 comments on commit dd57050

Please sign in to comment.