File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Chapter05/BONUS_2_ConvertIterableToList Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments