File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed
src/main/java/difflib/algorithm/myers Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2222/**
2323 * Base class for all exceptions emanating from this package.
2424 *
25- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
26- *
2725 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2826 */
2927public class DiffException extends Exception {
Original file line number Diff line number Diff line change 4242 * snake is represented by a single {@link Snake Snake} node and each contiguous series of
4343 * insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
4444 *
45- * @version $Revision: 60 $ $Date: 2003-05-10 21:56:10 +0300 (Суб, 10 Май 2003) $
4645 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
4746 *
4847 */
Original file line number Diff line number Diff line change 2323 * Thrown whenever the differencing engine cannot produce the differences between two revisions of
2424 * ta text.
2525 *
26- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
2726 *
2827 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2928 * @see MyersDiff
Original file line number Diff line number Diff line change 2222/**
2323 * A node in a diffpath.
2424 *
25- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд , 13 Окт 2003) $
25+ * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (??? , 13 ??? 2003) $
2626 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2727 *
2828 * @see DiffNode
Original file line number Diff line number Diff line change 2727 * snake is represented by a single {@link Snake Snake} node and each contiguous series of
2828 * insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
2929 *
30- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд , 13 Окт 2003) $
30+ * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (??? , 13 ??? 2003) $
3131 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
3232 *
3333 */
You can’t perform that action at this time.
0 commit comments