Skip to content

Commit 39fd618

Browse files
committed
Re-encode as utf8, so open() in python 3 doesn't reject it.
1 parent 298bb57 commit 39fd618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/axioms/benchmarks/HashMap2/HashTable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Interfaing;
22

33
public interface HashTable<K, V> {
4-
// put key­value pair into the table
4+
// put key­value pair into the table
55
public void put(K key, V value);
66

77
// get value paired with key, return null if

0 commit comments

Comments
 (0)