Skip to content

Commit

Permalink
#36 javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laforge49 committed Apr 6, 2015
1 parent 58d3433 commit 4167867
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public interface Transaction {
*
* @param db The database to be updated.
* @param tMapNode The durable content of the transaction.
* @return The replacement dbMapNode.
*/
void transform(Db db, MapNode tMapNode);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class BigVersionedMapTran implements Transaction {
*
* @param db The database to be updated.
* @param tMapNode The durable content of the transaction.
* @return The replacement dbMapNode.
*/
@Override
public void transform(Db db, MapNode tMapNode) {
Expand Down

0 comments on commit 4167867

Please sign in to comment.