ICU-4586 document the purpose of these files
X-SVN-Rev: 18447
This commit is contained in:
parent
67d1d05ddc
commit
82a1942fdc
@ -6,7 +6,11 @@
|
||||
*/
|
||||
import java.util.ListResourceBundle;
|
||||
import com.ibm.icu.impl.ICUListResourceBundle;
|
||||
|
||||
/*
|
||||
* Eclipse expects the java files in a package-like directory structure to have a package declaration at the top of the file.
|
||||
* To fool Eclipse this file has an "jpp" extention. The ant build script copies this file to the default package and renames it
|
||||
* before building.
|
||||
*/
|
||||
/**
|
||||
* @author ram
|
||||
*/
|
||||
|
@ -8,7 +8,11 @@ import java.util.MissingResourceException;
|
||||
|
||||
import com.ibm.icu.dev.test.TestFmwk;
|
||||
import com.ibm.icu.util.UResourceBundle;
|
||||
|
||||
/*
|
||||
* Eclipse expects the java files in a package-like directory structure to have a package declaration at the top of the file.
|
||||
* To fool Eclipse this file has an "jpp" extention. The ant build script copies this file to the default package and renames it
|
||||
* before building.
|
||||
*/
|
||||
/**
|
||||
* @author ram
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user