You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. download diff_match_patch.java
2. compile it
What is the expected output? What do you see instead?
expected: compiled
I see: no Diff class
Original issue reported on code.google.com by vslaykov...@gmail.com on 13 Jun 2007 at 3:34
The text was updated successfully, but these errors were encountered:
The Diff class is defined in diff_match_patch.java, towards the end of the
file.
When I compile diff_match_patch.java using javac, I get a clean compile. How
are you
compiling it?
Note that the diff_match_patch_test.java requires junit.
Works for me on two different platforms (Windows and Linux). Please reopen
with more
info if you are still experiencing this problem. Thanks!
Original comment by neil.fra...@gmail.com on 28 Jun 2007 at 11:23
Original issue reported on code.google.com by
vslaykov...@gmail.com
on 13 Jun 2007 at 3:34The text was updated successfully, but these errors were encountered: