Skip to content

Commit c936594

Browse files
committed
1 parent a22adb6 commit c936594

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/main/java/difflib/algorithm/myers/DiffException.java renamed to src/main/java/difflib/algorithm/DiffException.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@
1717
limitations under the License.
1818
* #L%
1919
*/
20-
package difflib.algorithm.myers;
20+
package difflib.algorithm;
2121

22-
/**
23-
* Base class for all exceptions emanating from this package.
24-
*
25-
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
26-
*/
2722
public class DiffException extends Exception {
2823

2924
private static final long serialVersionUID = 1L;

src/main/java/difflib/algorithm/myers/DifferentiationFailedException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*/
2020
package difflib.algorithm.myers;
2121

22+
import difflib.algorithm.DiffException;
23+
2224
/**
2325
* Thrown whenever the differencing engine cannot produce the differences between two revisions of
2426
* ta text.

0 commit comments

Comments
 (0)