Refactort server and client
This commit is contained in:
parent
f72e510fea
commit
fda5b6ca5c
13 changed files with 188 additions and 96 deletions
|
@ -1,3 +1,8 @@
|
|||
package pl.touk.mockserver.client
|
||||
|
||||
class MockAlreadyExists extends RuntimeException{}
|
||||
import groovy.transform.CompileStatic
|
||||
import groovy.transform.TypeChecked
|
||||
|
||||
@CompileStatic
|
||||
@TypeChecked
|
||||
class MockAlreadyExists extends RuntimeException {}
|
Loading…
Add table
Add a link
Reference in a new issue