mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
fix pre-commit checks - missing / extra EOF line
This commit is contained in:
parent
b4a80344f2
commit
34844c0469
@ -112,4 +112,3 @@ public interface DomainAndZoneIdResolver {
|
|||||||
return validZoneIds;
|
return validZoneIds;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -84,4 +84,3 @@ public class BackupOfferingDetailsVO implements ResourceDetail {
|
|||||||
return display;
|
return display;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,4 +28,4 @@ public interface BackupOfferingDetailsDao extends GenericDao<BackupOfferingDetai
|
|||||||
List<Long> findZoneIds(final long resourceId);
|
List<Long> findZoneIds(final long resourceId);
|
||||||
String getDetail(Long backupOfferingId, String key);
|
String getDetail(Long backupOfferingId, String key);
|
||||||
List<Long> findOfferingIdsByDomainIds(List<Long> domainIds);
|
List<Long> findOfferingIdsByDomainIds(List<Long> domainIds);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,4 +27,4 @@ CREATE TABLE `cloud`.`backup_offering_details` (
|
|||||||
`display` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Should detail be displayed to the end user',
|
`display` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Should detail be displayed to the end user',
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
CONSTRAINT `fk_offering_details__backup_offering_id` FOREIGN KEY `fk_offering_details__backup_offering_id`(`backup_offering_id`) REFERENCES `backup_offering`(`id`) ON DELETE CASCADE
|
CONSTRAINT `fk_offering_details__backup_offering_id` FOREIGN KEY `fk_offering_details__backup_offering_id`(`backup_offering_id`) REFERENCES `backup_offering`(`id`) ON DELETE CASCADE
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user