summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/components/ComponentDescription.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/src/main/java/bjc/utils/components/ComponentDescription.java')
-rw-r--r--base/src/main/java/bjc/utils/components/ComponentDescription.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/src/main/java/bjc/utils/components/ComponentDescription.java b/base/src/main/java/bjc/utils/components/ComponentDescription.java
index 222dc09..57005e2 100644
--- a/base/src/main/java/bjc/utils/components/ComponentDescription.java
+++ b/base/src/main/java/bjc/utils/components/ComponentDescription.java
@@ -18,13 +18,13 @@ public class ComponentDescription implements IDescribedComponent {
}
/** The author of the component */
- private final String author;
+ private final String author;
/** The description of the component */
- private final String description;
+ private final String description;
/** The name of the component */
- private final String name;
+ private final String name;
/** The version of the component */
- private final int version;
+ private final int version;
/**
* Create a new component description.