Skip to content

Commit

Permalink
Moved validation from package de.oneos to org.cqrest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Oct 8, 2014
1 parent a6fc6e3 commit 58b7497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.validation
package org.cqrest.validation

public interface Validatable<T> {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.validation
package org.cqrest.validation


class ValidationException extends RuntimeException {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.validation
package org.cqrest.validation

public interface Validator<T> {

Expand Down

0 comments on commit 58b7497

Please sign in to comment.