• R/O
  • SSH
  • HTTPS

amateras: Commit


Commit MetaInfo

Revisión589 (tree)
Tiempo2011-11-09 11:13:24
Autordaisuke_m

Log Message

Translate javadoc to English

Cambiar Resumen

Diferencia incremental

--- mirage/trunk/mirage/src/test/java/jp/sf/amateras/mirage/tool/EntityGenTest.java (revision 588)
+++ mirage/trunk/mirage/src/test/java/jp/sf/amateras/mirage/tool/EntityGenTest.java (revision 589)
@@ -8,10 +8,10 @@
88
99 public class EntityGenTest extends AbstractDatabaseTest {
1010
11- /** EntityGenTest_testGetEntitySource.txt の改行文字(列) */
11+ /** line separator of EntityGenTest_testGetEntitySource.txt */
1212 private static final String STANDARD_LINE_SEPARATOR = "\r\n";
1313
14- /** {@link EntityGen}の出力する改行文字(列) */
14+ /** line separator used by {@link EntityGen} */
1515 private static final String ENVIRONMENT_LINE_SEPARATOR = System.getProperty("line.separator");
1616
1717 public void testGetEntitySource() throws Exception {
Show on old repository browser