Skip to content

Commit

Permalink
remove needless trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
worksap-bot committed Mar 17, 2014
1 parent d7b992f commit 40f2c0a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/main/meta/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<LongDescription>we can not use System.out and System.err, please use log to
output information
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>System.out and System.err are forbidden, please use log</p>
]]>
Expand All @@ -39,7 +39,7 @@
</ShortDescription>
<LongDescription>To prevent from bad extending, immutable class should be final.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>To prevent from bad extending, immutable class should be final.</p>
]]>
Expand All @@ -52,7 +52,7 @@
<LongDescription>
Field ({1}) in class ({2}) should be final to make a class ({3}) immutable.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Field of immutable class should be final.</p>
]]>
Expand All @@ -70,7 +70,7 @@
</ShortDescription>
<LongDescription>Nullness of this parameter is unknown.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Nullness of this parameter is unknown.</p>
]]>
Expand All @@ -83,7 +83,7 @@
<LongDescription>
Nullness of this returned value is unknown.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Nullness of this returned value is unknown.</p>
]]>
Expand All @@ -103,7 +103,7 @@
<LongDescription>
Index name should be shorter than or equal to 30 bytes.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Index name should be shorter than or equal to 30 bytes.</p>
]]>
Expand All @@ -123,7 +123,7 @@
<LongDescription>
Table name should be shorter than or equal to 30 bytes.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Table name should be shorter than or equal to 30 bytes.</p>
]]>
Expand All @@ -143,7 +143,7 @@
<LongDescription>
Column name should be shorter than or equal to 30 bytes.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Column name should be shorter than or equal to 30 bytes.</p>
]]>
Expand All @@ -163,7 +163,7 @@
<LongDescription>
Specify length of column, its default (255) might be not enough.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>Specify length of column, its default (255) might be not enough.</p>
]]>
Expand Down Expand Up @@ -195,7 +195,7 @@
<LongDescription>
It is good to specify the value of nullable element clear, it tells that you have considered about it.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>It is good to specify the value of nullable element clear, it tells that you have considered about it.</p>
]]>
Expand All @@ -215,7 +215,7 @@
<LongDescription>
@Column annotation has columnDefinition property, it might break RDBMS portability.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>@Column annotation has columnDefinition property, it might break RDBMS portability.</p>
]]>
Expand Down Expand Up @@ -255,7 +255,7 @@
<LongDescription>
To tell why test case is ignored, put explanation as a parameter.
</LongDescription>
<Details>
<Details>
<![CDATA[
<p>To tell why test case is ignored, put explanation as a parameter.</p>
]]>
Expand Down

0 comments on commit 40f2c0a

Please sign in to comment.