From df25958d2cd452d0741837f2eb4ddbb78fe5831f Mon Sep 17 00:00:00 2001 From: Joerg Hohwiller Date: Wed, 6 Jan 2016 21:58:57 +0100 Subject: [PATCH] #163: code-style --- .../net/sf/mmm/util/bean/impl/example/CountryCodeProperty.java | 1 - .../test/java/net/sf/mmm/util/bean/impl/example/ExamplePojo.java | 1 - .../java/net/sf/mmm/util/bean/impl/example/ExamplePojoBean.java | 1 - .../net/sf/mmm/util/bean/impl/example/ExamplePropertyBean.java | 1 - 4 files changed, 4 deletions(-) diff --git a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/CountryCodeProperty.java b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/CountryCodeProperty.java index 41b444119..ccd7aaeec 100644 --- a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/CountryCodeProperty.java +++ b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/CountryCodeProperty.java @@ -16,7 +16,6 @@ * This is a {@link StringPropertyImpl} for a country code. * * @author hohwille - * @since 7.1.0 */ public class CountryCodeProperty extends StringPropertyImpl { diff --git a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojo.java b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojo.java index b813f057f..a8cd1f101 100644 --- a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojo.java +++ b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojo.java @@ -9,7 +9,6 @@ * TODO: this class ... * * @author hohwille - * @since 7.1.0 */ public interface ExamplePojo { diff --git a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojoBean.java b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojoBean.java index 0eb45cf96..1ad7b7973 100644 --- a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojoBean.java +++ b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePojoBean.java @@ -8,7 +8,6 @@ * TODO: this class ... * * @author hohwille - * @since 7.1.0 */ public interface ExamplePojoBean extends ExamplePojo, Bean { diff --git a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePropertyBean.java b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePropertyBean.java index c4fde190d..eab28ded9 100644 --- a/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePropertyBean.java +++ b/mmm-util-property/src/test/java/net/sf/mmm/util/bean/impl/example/ExamplePropertyBean.java @@ -15,7 +15,6 @@ * TODO: this class ... * * @author hohwille - * @since 7.1.0 */ public interface ExamplePropertyBean extends Bean {