You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2013/10/16 18:50:31 UTC

[20/20] git commit: updated refs/heads/txn-refactor to 7364d55

Removed unneeded method


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7364d55c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7364d55c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7364d55c

Branch: refs/heads/txn-refactor
Commit: 7364d55ccdb97e0bcb9c04566f86a26aa6cbd678
Parents: f62e28c
Author: Darren Shepherd <da...@gmail.com>
Authored: Wed Oct 16 09:48:19 2013 -0700
Committer: Darren Shepherd <da...@gmail.com>
Committed: Wed Oct 16 09:48:19 2013 -0700

----------------------------------------------------------------------
 framework/db/src/com/cloud/utils/db/Transaction.java | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7364d55c/framework/db/src/com/cloud/utils/db/Transaction.java
----------------------------------------------------------------------
diff --git a/framework/db/src/com/cloud/utils/db/Transaction.java b/framework/db/src/com/cloud/utils/db/Transaction.java
index 0ca1cc7..4f8e5c7 100755
--- a/framework/db/src/com/cloud/utils/db/Transaction.java
+++ b/framework/db/src/com/cloud/utils/db/Transaction.java
@@ -57,9 +57,5 @@ public class Transaction {
             throw e;
         }
     }
-    
-    public static Object startTransaction() {
-    	return null;
-    }
-    
+
 }