1 parent 1bc6488 commit c099210Copy full SHA for c099210
1 file changed
readme.md
@@ -165,7 +165,6 @@ See [more](./src/main/java/io/github/dgroup/enumerable4j/Enumerable.java).
165
```java
166
/**
167
* The collection which you implemented in your project for some purposes.
168
- * You would like to extend the api in order to make it much more
169
*/
170
public class YourOwnCollection<X> extends Collection<X> implements Enumerable<X> {
171
//
0 commit comments