Actually support creating assets
This commit is contained in:
@@ -31,7 +31,7 @@ public class RamAsset implements Asset
|
||||
/// The capacity of the RAM in bytes.
|
||||
@Property("Capacity")
|
||||
@Capacity
|
||||
private long capacity;
|
||||
private Long capacity;
|
||||
|
||||
/// The type of memory. E.g.: DDR2, SDRAM, ISA-8, etc...
|
||||
@Property("Type")
|
||||
|
||||
Reference in New Issue
Block a user