Skip to content

Commit 3017ba7

Browse files
authored
Merge pull request #151 from bobocode-projects/rename_hash_table
[GP-165] Rename 2-2-7-hash-table to 2-2-9-hash-table
2 parents 57fd677 + 68351d0 commit 3017ba7

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

2-0-data-structures-and-algorithms/2-2-7-hash-table/pom.xml renamed to 2-0-data-structures-and-algorithms/2-2-9-hash-table/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>2-2-7-hash-table</artifactId>
12+
<artifactId>2-2-9-hash-table</artifactId>
1313

1414

1515
</project>

2-0-data-structures-and-algorithms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<module>2-2-4-linked-list</module>
1212
<module>2-2-5-array-list</module>
1313
<module>2-2-6-binary-search-tree</module>
14-
<module>2-2-7-hash-table</module>
14+
<module>2-2-9-hash-table</module>
1515
<module>data-structures-and-algorithms-util</module>
1616
</modules>
1717

0 commit comments

Comments
 (0)