Removed unneeded method

This commit is contained in:
Darren Shepherd 2013-10-16 09:48:19 -07:00
parent f62e28c1ec
commit 7364d55ccd
1 changed files with 1 additions and 5 deletions

View File

@ -57,9 +57,5 @@ public class Transaction {
throw e;
}
}
public static Object startTransaction() {
return null;
}
}