Translate javadoc to English
@@ -8,10 +8,10 @@ | ||
8 | 8 | |
9 | 9 | public class EntityGenTest extends AbstractDatabaseTest { |
10 | 10 | |
11 | - /** EntityGenTest_testGetEntitySource.txt の改行文字(列) */ | |
11 | + /** line separator of EntityGenTest_testGetEntitySource.txt */ | |
12 | 12 | private static final String STANDARD_LINE_SEPARATOR = "\r\n"; |
13 | 13 | |
14 | - /** {@link EntityGen}の出力する改行文字(列) */ | |
14 | + /** line separator used by {@link EntityGen} */ | |
15 | 15 | private static final String ENVIRONMENT_LINE_SEPARATOR = System.getProperty("line.separator"); |
16 | 16 | |
17 | 17 | public void testGetEntitySource() throws Exception { |