We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22adb6 commit c936594Copy full SHA for c936594
…fflib/algorithm/myers/DiffException.java …ava/difflib/algorithm/DiffException.javasrc/main/java/difflib/algorithm/myers/DiffException.java renamed to src/main/java/difflib/algorithm/DiffException.java
@@ -17,13 +17,8 @@
17
limitations under the License.
18
* #L%
19
*/
20
-package difflib.algorithm.myers;
+package difflib.algorithm;
21
22
-/**
23
- * Base class for all exceptions emanating from this package.
24
- *
25
- * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
26
- */
27
public class DiffException extends Exception {
28
29
private static final long serialVersionUID = 1L;
src/main/java/difflib/algorithm/myers/DifferentiationFailedException.java
@@ -19,6 +19,8 @@
package difflib.algorithm.myers;
+import difflib.algorithm.DiffException;
+
/**
* Thrown whenever the differencing engine cannot produce the differences between two revisions of
* ta text.
0 commit comments