mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-13 11:07:12 +00:00
17d760aa78
The parsing throws StringIndexOutOfBoundsException when the version does not contain '.' such as version "17". This check could never actually trigger as the class cannot even be loaded on 1.7 or earlier, so there's no reason to keep it. Fixes #439