Skip to content

Commit 79a7618

Browse files
committed
Javadoc
1 parent 07e4cca commit 79a7618

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/org/apache/commons/collections4/map/AbstractIterableMap.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
*/
2929
public abstract class AbstractIterableMap<K, V> implements IterableMap<K, V> {
3030

31+
/**
32+
* Constructs a new instance for subclasses.
33+
*/
34+
public AbstractIterableMap() {
35+
// empty
36+
}
37+
3138
/**
3239
* {@inheritDoc}
3340
*/

0 commit comments

Comments
 (0)