10000 Arrays, collections and data structures · amitprivacy/Java-Coding-Problems@e4b1687 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4b1687

Browse files
committed
Arrays, collections and data structures
1 parent 120b46f commit e4b1687

File tree

1 file changed

+2
-2
lines changed
  • Chapter05/BONUS_2_ConvertIterableToList

1 file changed

+2
-2
lines changed

Chapter05/BONUS_2_ConvertIterableToList/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.app</groupId>
5-
<artifactId>BONUS_1_ChunkList</artifactId>
5+
<artifactId>BONUS_2_ConvertIterableToList</artifactId>
66
<version>1.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<maven.compiler.source>13</maven.compiler.source>
1111
<maven.compiler.target>13</maven.compiler.target>
1212
</properties>
13-
<name>BONUS_1_ChunkList</name>
13+
<name>BONUS_2_ConvertIterableToList</name>
1414
</project>

0 commit comments

Comments
 (0)
0