You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/10/17 18:21:50 UTC

[30/50] [abbrv] incubator-tamaya-extensions git commit: TAMAYA-154: LHF: fix javadoc while stduying findbugs warning

TAMAYA-154: LHF: fix javadoc while stduying findbugs warning


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/6710cec0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/6710cec0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/6710cec0

Branch: refs/heads/master
Commit: 6710cec0a8584df7afdb42eff8110cbe5672bf3c
Parents: 07d3602
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Aug 31 20:41:23 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Sep 30 21:29:37 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/tamaya/events/PropertySourceChangeBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/6710cec0/src/main/java/org/apache/tamaya/events/PropertySourceChangeBuilder.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/tamaya/events/PropertySourceChangeBuilder.java b/src/main/java/org/apache/tamaya/events/PropertySourceChangeBuilder.java
index 0858fdb..fa2cf5e 100644
--- a/src/main/java/org/apache/tamaya/events/PropertySourceChangeBuilder.java
+++ b/src/main/java/org/apache/tamaya/events/PropertySourceChangeBuilder.java
@@ -87,7 +87,7 @@ public final class PropertySourceChangeBuilder {
 
     /**
      * Compares the two property config/configurations and creates a collection current all changes
-     * that must be appied to render {@code map1} into {@code map2}.
+     * that must be applied to render {@code map1} into {@code map2}.
      *
      * @param map1 the source map, not null.
      * @param map2 the target map, not null.