Skip to content

Commit 85139c4

Browse files
committed
replace with English javadoc
1 parent db7d55e commit 85139c4

File tree

6 files changed

+278
-278
lines changed

6 files changed

+278
-278
lines changed

src/main/java/org/codelibs/core/beans/util/BeanMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.codelibs.core.exception.IllegalKeyOfBeanMapException;
2121

2222
/**
23-
* Stringがキーで、存在しないキーにアクセスする(get)と例外を投げるマップです。
23+
* A map with String keys that throws an exception when accessing (get) a non-existent key.
2424
*
2525
* @author higa
2626
*/

src/main/java/org/codelibs/core/beans/util/BeanUtil.java

+93-93
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)