You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by st...@apache.org on 2018/02/22 17:33:21 UTC

bval git commit: fix acidentially wrong import

Repository: bval
Updated Branches:
  refs/heads/bv2 dfc8c9e32 -> 5e7611f9a


fix acidentially wrong import


Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/5e7611f9
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/5e7611f9
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/5e7611f9

Branch: refs/heads/bv2
Commit: 5e7611f9ab17bc03237f7f0f6d12c81a676f7b8e
Parents: dfc8c9e
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 22 18:29:16 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 22 18:32:29 2018 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/bval/jsr/util/PathNavigation.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/5e7611f9/bval-jsr/src/main/java/org/apache/bval/jsr/util/PathNavigation.java
----------------------------------------------------------------------
diff --git a/bval-jsr/src/main/java/org/apache/bval/jsr/util/PathNavigation.java b/bval-jsr/src/main/java/org/apache/bval/jsr/util/PathNavigation.java
index 7ba6bc3..06d486c 100644
--- a/bval-jsr/src/main/java/org/apache/bval/jsr/util/PathNavigation.java
+++ b/bval-jsr/src/main/java/org/apache/bval/jsr/util/PathNavigation.java
@@ -19,8 +19,8 @@ package org.apache.bval.jsr.util;
 import javax.validation.ValidationException;
 
 import org.apache.bval.util.Exceptions;
+import org.apache.bval.util.Validate;
 import org.apache.commons.lang3.StringEscapeUtils;
-import org.apache.commons.lang3.Validate;
 
 import java.io.IOException;
 import java.io.StringWriter;