Skip to content

Commit

Permalink
Re-encode as utf8, so open() in python 3 doesn't reject it.
Browse files Browse the repository at this point in the history
  • Loading branch information
natebragg committed Apr 29, 2019
1 parent 88c6c87 commit ba1d5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/axioms/benchmarks/HashMap2/HashTable.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Interfaing;

public interface HashTable<K, V> {
// put key­value pair into the table
// put key­value pair into the table
public void put(K key, V value);

// get value paired with key, return null if
Expand Down

0 comments on commit ba1d5c4

Please sign in to comment.