suppressed deprecation warning

This commit is contained in:
Luca Frosini 2021-04-16 10:03:38 +02:00
parent 9011b0262d
commit c7540455d8
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public class TestUsageRecord {
* Create a valid #StorageVolumeUsageRecord with scope set automatically. * Create a valid #StorageVolumeUsageRecord with scope set automatically.
* @return the created #StorageVolumeUsageRecord * @return the created #StorageVolumeUsageRecord
*/ */
@SuppressWarnings("deprecation")
public static StorageStatusRecord createTestStorageVolumeUsageRecord() { public static StorageStatusRecord createTestStorageVolumeUsageRecord() {
StorageStatusRecord usageRecord = new StorageStatusRecord(); StorageStatusRecord usageRecord = new StorageStatusRecord();
try { try {