Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
- Added constructor to ScrapeFormat.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsdayrs committed Dec 21, 2019
1 parent f2c8be3 commit bb9ce36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import java.net.URL
*
* @author github.com/doomsdayrs
*/
abstract class ScrapeFormat : Formatter {
override val formatterID: Int = -2
abstract class ScrapeFormat(override val formatterID: Int = -2) : Formatter {
// Variables that can be adjusted
var hasSearch = true
override var isIncrementingChapterList: Boolean = false
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.doomsdayrs.api</groupId>
<artifactId>shosetsu-services</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>

<properties>
<kotlin.version>1.3.61</kotlin.version>
Expand Down

0 comments on commit bb9ce36

Please sign in to comment.