Skip to content

Commit aaa62c3

Browse files
committed
Make it faster
1 parent b8a0e07 commit aaa62c3

File tree

1 file changed

+1
-1
lines changed
  • java-diff-utils/src/main/java/com/github/difflib/algorithm/myers

1 file changed

+1
-1
lines changed

java-diff-utils/src/main/java/com/github/difflib/algorithm/myers/IntIntMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package com.github.difflib.algorithm.myers;
16+
package main.java.com.github.difflib.algorithm.myers;
1717

1818
/**
1919
* A simple open-addressing hash map for int -> int mappings.

0 commit comments

Comments
 (0)