mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
corrected media types
This commit is contained in:
parent
c9163b507c
commit
c919ef704c
@ -75,7 +75,7 @@ public class Media
|
|||||||
public static final String FLOPPY = "floppy";
|
public static final String FLOPPY = "floppy";
|
||||||
|
|
||||||
public static final List<String> ALL = Arrays.asList(
|
public static final List<String> ALL = Arrays.asList(
|
||||||
ISO, ISO
|
ISO, FLOPPY
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user