Skip to content

Commit 4bbb617

Browse files
authored
Whoops
1 parent b0a14c6 commit 4bbb617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/dictionary/Dictionary.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package struct;
1+
package com.thealgorithms.datastructures.dictionary;
22

33
/**
44
* A clone of a Python dictionary in a Java class that simulates a key-value store using a hash table

0 commit comments

Comments
 (0)