summaryrefslogtreecommitdiffstats
path: root/nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java')
-rw-r--r--nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java58
1 files changed, 29 insertions, 29 deletions
diff --git a/nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java b/nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java
index f5e58ec..0d619df 100644
--- a/nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java
+++ b/nova-model/src/main/java/com/woorea/openstack/nova/model/PersonalityFile.java
@@ -19,37 +19,37 @@ package com.woorea.openstack.nova.model;
import java.io.Serializable;
public final class PersonalityFile implements Serializable {
-
- private String path;
-
- private String contents;
+
+ private String path;
+
+ private String contents;
- /**
- * @return the path
- */
- public String getPath() {
- return path;
- }
+ /**
+ * @return the path
+ */
+ public String getPath() {
+ return path;
+ }
- /**
- * @param path the path to set
- */
- public void setPath(String path) {
- this.path = path;
- }
+ /**
+ * @param path the path to set
+ */
+ public void setPath(String path) {
+ this.path = path;
+ }
- /**
- * @return the contents
- */
- public String getContents() {
- return contents;
- }
+ /**
+ * @return the contents
+ */
+ public String getContents() {
+ return contents;
+ }
- /**
- * @param contents the contents to set
- */
- public void setContents(String contents) {
- this.contents = contents;
- }
-
+ /**
+ * @param contents the contents to set
+ */
+ public void setContents(String contents) {
+ this.contents = contents;
+ }
+
}