From d4ca769e542b2489b1e23cfcbdc3a0b7275b87cd Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Mon, 13 Apr 2020 18:40:41 -0400 Subject: Cleanup pass Cleanup pass to uniformize things --- base/src/main/java/bjc/utils/ioutils/properties/Property.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/src/main/java/bjc/utils/ioutils/properties/Property.java') diff --git a/base/src/main/java/bjc/utils/ioutils/properties/Property.java b/base/src/main/java/bjc/utils/ioutils/properties/Property.java index 7cc9369..77d990a 100644 --- a/base/src/main/java/bjc/utils/ioutils/properties/Property.java +++ b/base/src/main/java/bjc/utils/ioutils/properties/Property.java @@ -8,8 +8,8 @@ public class Property { public String value; public Property(String name, String comment, String value) { - this.name = name; + this.name = name; this.comment = comment; - this.value = value; + this.value = value; } } -- cgit v1.2.3