Skip to content

Commit

Permalink
Open on validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielaf committed Oct 28, 2019
1 parent 8ab239b commit 5d20da8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.springframework.security.core.userdetails.UserDetails
import org.springframework.stereotype.Service

@Service
class Validator {
open class Validator {
@Throws(ValidationException::class)
fun validate(userDetails: UserDetails) {}
open fun validate(userDetails: UserDetails) {}
}

0 comments on commit 5d20da8

Please sign in to comment.