Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Delombok - add ListImpl class in order to remove duplicates from two …
…classes
- Loading branch information
Showing
with
132 additions
and 271 deletions.
- +19 −0 fluentlenium-core/src/main/java/org/fluentlenium/configuration/ComposedConfiguration.java
- +4 −137 fluentlenium-core/src/main/java/org/fluentlenium/core/components/LazyComponentList.java
- +1 −134 fluentlenium-core/src/main/java/org/fluentlenium/core/domain/DelegatingList.java
- +108 −0 fluentlenium-core/src/main/java/org/fluentlenium/core/domain/ListImpl.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.