mirror of https://github.com/apache/jclouds.git
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 List<String> ALL = Arrays.asList(
|
||||
ISO, ISO
|
||||
ISO, FLOPPY
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue