removing the @DB annotation as I am not using a txn anymore

This commit is contained in:
abhishek 2010-12-08 10:43:05 -08:00
parent f2b2066afb
commit aad17a9896
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ public class Db21to22MigrationUtil {
* This method migrates the zones based on bug: 7204
* based on the param direct.attach.untagged.vlan.enabled, we update zone to basic or advanced for 2.2
*/
@DB
private void migrateZones(){
try {
System.out.println("Migrating zones");