luojunqiang / google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Apache License 2.0
0 stars 0 forks source link

where is Diff class for java? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
xcuse me, this was my fault. 

Original comment by vslaykov...@gmail.com on 29 Jun 2007 at 7:34