Skip to content

Commit

Permalink
Minor fixes of compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rhauch committed Mar 7, 2013
1 parent ac72725 commit 82e5ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -1952,5 +1952,5 @@ public void save( Set<NodeKey> toBeSaved,
private void signalSaveOfSystemChanges() {
cache().checkForTransaction();
}
};
}
}
Expand Up @@ -336,7 +336,6 @@ public void shouldBeAbleToVersionWithinUserTransactionAndAtomikosTransactionMana
commitTransaction();
}

@SuppressWarnings( "unused" )
protected void startTransaction() throws NotSupportedException, SystemException {
TransactionManager txnMgr = transactionManager();
// Change this to true if/when debugging ...
Expand Down

0 comments on commit 82e5ef7

Please sign in to comment.