Repository: cxf-fediz Updated Branches: refs/heads/master 9a3a60a7c -> d6e4397bb
Minor HTML change Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/d6e4397b Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/d6e4397b Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/d6e4397b Branch: refs/heads/master Commit: d6e4397bb2eeb513700ba110c12e0fba82dca87b Parents: 9a3a60a Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Aug 10 15:35:37 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Aug 10 15:35:37 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d6e4397b/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java ---------------------------------------------------------------------- diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java index 64b8553..6803ef2 100644 --- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java +++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java @@ -79,7 +79,7 @@ public final class ClassLoaderUtils { } /** - * Load a given resource. <p/> This method will try to load the resource + * Load a given resource. This method will try to load the resource * using the following methods (in order): * <ul> * <li>From Thread.currentThread().getContextClassLoader()
