Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1388060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7e8948727
commit
5cf4263368
|
@ -251,7 +251,7 @@ public class FastDateParserTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Test case for {@link FastDateParser#getDateInstance(int, java.util.Locale)}.
|
||||
* Test case for {@link FastDateParser#FastDateParser(String, TimeZone, Locale)}.
|
||||
* @throws ParseException
|
||||
*/
|
||||
@Test
|
||||
|
|
|
@ -126,7 +126,7 @@ public class FastDatePrinterTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Test case for {@link FastDatePrinter#getDateInstance(int, java.util.Locale)}.
|
||||
* Test case for {@link FastDateParser#FastDateParser(String, TimeZone, Locale)}.
|
||||
*/
|
||||
@Test
|
||||
public void testShortDateStyleWithLocales() {
|
||||
|
|
Loading…
Reference in New Issue