You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/06/06 19:01:38 UTC

incubator-tamaya git commit: TAMAYA-154: Fix javadoc warning.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 27f0d7971 -> 520ea269b


TAMAYA-154: Fix javadoc warning.


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

Branch: refs/heads/master
Commit: 520ea269b910a57a4b2749f479e707254f27a07e
Parents: 27f0d79
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Jun 6 21:01:14 2016 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Jun 6 21:01:14 2016 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/tamaya/functions/PropertyMatcher.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/520ea269/modules/functions/src/main/java/org/apache/tamaya/functions/PropertyMatcher.java
----------------------------------------------------------------------
diff --git a/modules/functions/src/main/java/org/apache/tamaya/functions/PropertyMatcher.java b/modules/functions/src/main/java/org/apache/tamaya/functions/PropertyMatcher.java
index e0f5212..45d44ee 100644
--- a/modules/functions/src/main/java/org/apache/tamaya/functions/PropertyMatcher.java
+++ b/modules/functions/src/main/java/org/apache/tamaya/functions/PropertyMatcher.java
@@ -29,8 +29,8 @@ public interface PropertyMatcher {
      * Evaluates this predicate on the given arguments.
      *
      * @param key the key, not null
-     * @param value, the value, not null
-     * @return {@code true} if the entry should match the predicate,
+     * @param value the value, not null
+     * @return {@code true} if the entry should match the predicate
      */
     boolean test(String key, String value);