From 40f2c0a3e7786aa330bd8f98bfe44f70d661c4c9 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Mon, 17 Mar 2014 11:47:25 +0800 Subject: [PATCH] remove needless trailing spaces. --- src/main/meta/messages.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/meta/messages.xml b/src/main/meta/messages.xml index f75fdbd..d3b3e00 100755 --- a/src/main/meta/messages.xml +++ b/src/main/meta/messages.xml @@ -20,7 +20,7 @@ we can not use System.out and System.err, please use log to output information -
+
System.out and System.err are forbidden, please use log

]]> @@ -39,7 +39,7 @@ To prevent from bad extending, immutable class should be final. -
+
To prevent from bad extending, immutable class should be final.

]]> @@ -52,7 +52,7 @@ Field ({1}) in class ({2}) should be final to make a class ({3}) immutable. -
+
Field of immutable class should be final.

]]> @@ -70,7 +70,7 @@ Nullness of this parameter is unknown. -
+
Nullness of this parameter is unknown.

]]> @@ -83,7 +83,7 @@ Nullness of this returned value is unknown. -
+
Nullness of this returned value is unknown.

]]> @@ -103,7 +103,7 @@ Index name should be shorter than or equal to 30 bytes. -
+
Index name should be shorter than or equal to 30 bytes.

]]> @@ -123,7 +123,7 @@ Table name should be shorter than or equal to 30 bytes. -
+
Table name should be shorter than or equal to 30 bytes.

]]> @@ -143,7 +143,7 @@ Column name should be shorter than or equal to 30 bytes. -
+
Column name should be shorter than or equal to 30 bytes.

]]> @@ -163,7 +163,7 @@ Specify length of column, its default (255) might be not enough. -
+
Specify length of column, its default (255) might be not enough.

]]> @@ -195,7 +195,7 @@ It is good to specify the value of nullable element clear, it tells that you have considered about it. -
+
It is good to specify the value of nullable element clear, it tells that you have considered about it.

]]> @@ -215,7 +215,7 @@ @Column annotation has columnDefinition property, it might break RDBMS portability. -
+
@Column annotation has columnDefinition property, it might break RDBMS portability.

]]> @@ -255,7 +255,7 @@ To tell why test case is ignored, put explanation as a parameter. -
+
To tell why test case is ignored, put explanation as a parameter.

]]>