Skip to content
Snippets Groups Projects
Commit ae69a84e authored by ribeaudc's avatar ribeaudc
Browse files

minor:

- Javadoc completed.

SVN: 2882
parent 8c4858b1
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,10 @@ public interface IDataStructureHandler
/**
* Validates this data structure and throws {@link DataStructureException} if invalid.
* <p>
* This is typically called after {@link #performClosing()} or {@link #performOpening()} has been successfully
* invoked.
* </p>
*/
public void assertValid() throws DataStructureException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment