Blob Blame History Raw
Index: src/org/libvirt/StoragePoolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StoragePoolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StoragePoolInfo.java
--- src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 13:36:52 -0000
@@ -38,8 +38,8 @@ public class StoragePoolInfo {
 		/**
 		 * Running degraded
 		 */
-		VIR_STORAGE_POOL_DEGRADED,
-	}
+		VIR_STORAGE_POOL_DEGRADED
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor
Index: src/org/libvirt/StorageVolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StorageVolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StorageVolInfo.java
--- src/org/libvirt/StorageVolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StorageVolInfo.java	8 Aug 2008 13:36:52 -0000
@@ -23,8 +23,8 @@ public class StorageVolInfo {
 		/**
 		 * Block based volumes
 		 */
-		VIR_STORAGE_VOL_BLOCK,
-	}
+		VIR_STORAGE_VOL_BLOCK
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor