Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 23, 2023
1 parent daea114 commit 8de798b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/apache/commons/beanutils2/BeanMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ public class BeanMap extends AbstractMap<String, Object> implements Cloneable {
protected static class Entry extends AbstractMap.SimpleEntry<String, Object> {

private static final long serialVersionUID = 1L;

/**
* The owner.
*/
private final BeanMap owner;

/**
Expand Down

0 comments on commit 8de798b

Please sign in to comment.