You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/01/13 09:03:19 UTC

[2/2] incubator-tamaya git commit: TAMAYA-49: Fixed some typos.

TAMAYA-49: Fixed some typos.


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

Branch: refs/heads/master
Commit: 7a29ec3d1fcaf9e1a441dd8d7c8370001d15dd1d
Parents: 3942d69
Author: anatole <an...@apache.org>
Authored: Tue Jan 13 09:03:08 2015 +0100
Committer: anatole <an...@apache.org>
Committed: Tue Jan 13 09:03:08 2015 +0100

----------------------------------------------------------------------
 docs/pom.xml                                    |  2 +-
 java7/api/pom.xml                               |  2 +-
 .../java/org/apache/tamaya/ConfigException.java |  4 +--
 .../java/org/apache/tamaya/Configuration.java   | 18 +++++-----
 .../apache/tamaya/spi/ConfigurationContext.java | 26 +++++++-------
 .../apache/tamaya/spi/PropertyConverter.java    |  6 ++--
 .../org/apache/tamaya/spi/PropertyFilter.java   |  4 +--
 .../org/apache/tamaya/spi/PropertySource.java   | 14 ++++----
 .../tamaya/spi/PropertySourceProvider.java      | 10 +++---
 .../org/apache/tamaya/spi/ServiceContext.java   |  4 +--
 .../services/org.apache.tamaya.Configuration    |  2 +-
 java7/pom.xml                                   |  2 +-
 java8/api/pom.xml                               |  2 +-
 .../java/org/apache/tamaya/ConfigException.java |  4 +--
 .../java/org/apache/tamaya/Configuration.java   | 36 ++++++++++----------
 .../apache/tamaya/spi/ConfigurationContext.java | 26 +++++++-------
 .../apache/tamaya/spi/PropertyConverter.java    |  6 ++--
 .../org/apache/tamaya/spi/PropertyFilter.java   |  4 +--
 .../org/apache/tamaya/spi/PropertySource.java   | 14 ++++----
 .../tamaya/spi/PropertySourceProvider.java      | 10 +++---
 .../org/apache/tamaya/spi/ServiceContext.java   |  4 +--
 .../services/org.apache.tamaya.Configuration    |  2 +-
 java8/core/pom.xml                              |  2 +-
 .../core/internal/DefaultConfiguration.java     |  6 ++--
 .../internal/DefaultConfigurationContext.java   |  2 +-
 .../core/internal/PropertyConverterManager.java | 20 +++++------
 .../core/propertysource/BasePropertySource.java |  6 ++--
 .../EnvironmentPropertySource.java              |  2 +-
 .../services/org.apache.tamaya.Configuration    |  2 +-
 .../org.apache.tamaya.spi.ServiceContext        |  2 +-
 .../test/internal/PropetiesFileLoaderTest.java  |  2 +-
 .../org.apache.tamaya.spi.PropertyFilter        |  2 +-
 .../org.apache.tamaya.spi.PropertySource        |  2 +-
 ...org.apache.tamaya.spi.PropertySourceProvider |  2 +-
 .../test/resources/javaconfiguration.properties |  2 +-
 .../test/resources/overrideOrdinal.properties   |  2 +-
 .../core/src/test/resources/testfile.properties |  2 +-
 java8/pom.xml                                   |  2 +-
 38 files changed, 130 insertions(+), 130 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index fb14e7a..27e98d2 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy of the License at
+with the License.  You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/pom.xml
----------------------------------------------------------------------
diff --git a/java7/api/pom.xml b/java7/api/pom.xml
index 9028d58..50f5576 100644
--- a/java7/api/pom.xml
+++ b/java7/api/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy current the License at
+with the License.  You may obtain a copy current the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/ConfigException.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/ConfigException.java b/java7/api/src/main/java/org/apache/tamaya/ConfigException.java
index baf7d4d..bac2ef4 100644
--- a/java7/api/src/main/java/org/apache/tamaya/ConfigException.java
+++ b/java7/api/src/main/java/org/apache/tamaya/ConfigException.java
@@ -26,7 +26,7 @@ public class ConfigException extends RuntimeException{
     private static final long serialVersionUID = -5886094818057522680L;
 
     /**
-     * Creates aa_a new configuration exception.
+     * Creates a new configuration exception.
      * @param message the exception message, not null.
      */
     public ConfigException(String message){
@@ -34,7 +34,7 @@ public class ConfigException extends RuntimeException{
     }
 
     /**
-     * Creates aa_a new configuration exception.
+     * Creates a new configuration exception.
      * @param message the exception message, not null.
      * @param t the throwable.
      */

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/Configuration.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/Configuration.java b/java7/api/src/main/java/org/apache/tamaya/Configuration.java
index bfa74c5..25ecaec 100644
--- a/java7/api/src/main/java/org/apache/tamaya/Configuration.java
+++ b/java7/api/src/main/java/org/apache/tamaya/Configuration.java
@@ -22,8 +22,8 @@ import java.util.Map;
 
 
 /**
- * A configuration models aa_a aggregated set current properties, identified by aa_a unique key, but adds higher level access functions to
- * aa_a {@link org.apache.tamaya.spi.PropertySource}. Hereby in most cases aa_a configuration is aa_a wrapper around aa_a composite
+ * A configuration models a aggregated set current properties, identified by a unique key, but adds higher level access functions to
+ * a {@link org.apache.tamaya.spi.PropertySource}. Hereby in most cases a configuration is a wrapper around a composite
  * {@link org.apache.tamaya.spi.PropertySource} instance, which may combine multiple child config in well defined tree like structure,
  * where nodes define logically the rules current priority, filtering, combination and overriding.
  * <br/>
@@ -34,14 +34,14 @@ import java.util.Map;
  * <li>Immutable
  * </ul>
  * It is not recommended that implementations also are serializable, since the any configuration can be <i>freezed</i>
- * by reading out its complete configuration map into aa_a serializable and remotable structure. This helps significantly
+ * by reading out its complete configuration map into a serializable and remotable structure. This helps significantly
  * simplifying the development current this interface, e.g. for being backed up by systems and stores that are not part current
  * this library at all.
  */
 public interface Configuration {
 
     /**
-     * Access aa_a property.
+     * Access a property.
      *
      * @param key the property's key, not null.
      * @return the property's keys.
@@ -49,12 +49,12 @@ public interface Configuration {
     String get(String key);
 
     /**
-     * Get the property keys as type T. This will implicitly require aa_a corresponding {@link
+     * Get the property keys as type T. This will implicitly require a corresponding {@link
      * org.apache.tamaya.spi.PropertyConverter} to be available that is capable current providing type T
      * fromMap the given String keys.
      *
      * @param key          the property's absolute, or relative path, e.g. @code
-     *                     aa_a/b/c/d.myProperty}.
+     *                     a/b/c/d.myProperty}.
      * @param type         The target type required, not null.
      * @return the property value, never null..
      * @throws ConfigException if the keys could not be converted to the required target type.
@@ -62,7 +62,7 @@ public interface Configuration {
     <T> T get(String key, Class<T> type);
 
     /**
-     * Access all current known Configuration properties as aa_a full {@code Map<String,String>}.
+     * Access all current known Configuration properties as a full {@code Map<String,String>}.
      * Be aware that entries from non scannable parts of the registered {@link org.apache.tamaya.spi.PropertySource}
      * instances may not be contained in the result, but nevertheless be accessible calling one of the
      * {@code get(...)} methods.
@@ -72,14 +72,14 @@ public interface Configuration {
     /**
      * Extension point for adjusting configuration.
      *
-     * @param operator A configuration operator, e.g. aa_a filter, or an adjuster
+     * @param operator A configuration operator, e.g. a filter, or an adjuster
      *                 combining configurations.
      * @return the new adjusted configuration returned by the {@code operator}, never {@code null}.
      */
     Configuration with(ConfigOperator operator);
 
     /**
-     * Query aa_a configuration.
+     * Query a configuration.
      *
      * @param query the query, never {@code null}.
      * @return the result returned by the {@code query}

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java b/java7/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
index 41ae257..efad465 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
@@ -39,15 +39,15 @@ public interface ConfigurationContext {
 
     /**
      * This method returns the current list of registered PropertySources ordered via their ordinal.
-     * PropertySources with aa_a lower ordinal come last. The PropertySource with the
+     * PropertySources with a lower ordinal come last. The PropertySource with the
      * highest ordinal comes first.
      * If two PropertySources have the same ordinal number they will get sorted
      * using their class name just to ensure the user at least gets the same ordering
-     * after aa_a JVM restart, hereby names before are added last.
+     * after a JVM restart, hereby names before are added last.
      * PropertySources are loaded when this method is called the first time, which basically is
      * when the first time configuration is accessed.
      *
-     * @return aa_a sorted list of registered PropertySources.  The returned list need not be modifiable
+     * @return a sorted list of registered PropertySources.  The returned list need not be modifiable
      */
     List<PropertySource> getPropertySources();
 
@@ -85,27 +85,27 @@ public interface ConfigurationContext {
 
     /**
      * <p>
-     * This method returns the registered PropertyConverters for aa_a given type.
+     * This method returns the registered PropertyConverters for a given type.
      * The List for each type is ordered via their {@link javax.annotation.Priority}.
      * </p>
      *
      * <p>
-     * PropertyConverters with aa_a higher Priority come first. The PropertyConverter with the
+     * PropertyConverters with a higher Priority come first. The PropertyConverter with the
      * lowest Priority comes last.
      * If two PropertyConverter have the same ordinal number they will get sorted
      * using their class name just to ensure the user at least gets the same ordering
-     * after aa_a JVM restart.
+     * after a JVM restart.
      * </p>
      *
      * <p>
-     * Additionally if aa_a PropertyProvider is accessed, which is not registered the implementation
-     * should try to figure out, if there could be aa_a default implementation as follows:
+     * Additionally if a PropertyProvider is accessed, which is not registered the implementation
+     * should try to figure out, if there could be a default implementation as follows:
      * <ol>
      *     <le>Look for static factory methods: {@code of(String), valueOf(String), getInstance(String),
      *     instanceOf(String), fomr(String)}</le>
-     *     <le>Look for aa_a matching constructor: {@code T(String)}.</le>
+     *     <le>Look for a matching constructor: {@code T(String)}.</le>
      * </ol>
-     * If aa_a correspoding factory method or constructor could be found, aa_a corresponding
+     * If a correspoding factory method or constructor could be found, a corresponding
      * PropertyConverter should be created and registered automatically for the given
      * type.
      * </p>
@@ -122,13 +122,13 @@ public interface ConfigurationContext {
      * </p>
      *
      * <p>
-     * The converters returned for aa_a type should be used as aa_a chain, whereas the result of the
+     * The converters returned for a type should be used as a chain, whereas the result of the
      * first converter that is able to convert the configured value, is taken as the chain's result.
-     * No more converters are called after aa_a converter has successfully converted the input into
+     * No more converters are called after a converter has successfully converted the input into
      * the required target type.
      * </p>
      *
-     * @return aa_a sorted list of registered PropertySources per type.
+     * @return a sorted list of registered PropertySources per type.
      */
     <T> List<PropertyConverter<T>> getPropertyConverters(Class<T> type);
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java b/java7/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
index 2c494f8..29f67b6 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
@@ -20,8 +20,8 @@ package org.apache.tamaya.spi;
 
 
 /**
- * Interface for an property that converts aa_a configured String into something else.
- * This is used for implementing type conversion from aa_a property (String) to aa_a certain target
+ * Interface for an property that converts a configured String into something else.
+ * This is used for implementing type conversion from a property (String) to a certain target
  * type. Hereby the target type can be multivalued (eg collections) or complex if needed.
  */
 public interface PropertyConverter<T>{
@@ -43,6 +43,6 @@ public interface PropertyConverter<T>{
     //X TODO probably add some diagnostic info which explains what kind of
     //X format(s) is supported.
     //X This could be useful if e.g. no converter in the chain felt responsible
-    //X because aa_a wrongly formatted configuration string had been used.
+    //X because a wrongly formatted configuration string had been used.
     //X This could probably also be handled via an additional Annotation on the converter.
 }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java b/java7/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
index 097a79e..55f4295 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
@@ -28,9 +28,9 @@ package org.apache.tamaya.spi;
 public interface PropertyFilter {
 
     /**
-     * <p>Maps the current {@code valueToBeFiltered} value to aa_a new value. The resulting value will be used as the result
+     * <p>Maps the current {@code valueToBeFiltered} value to a new value. The resulting value will be used as the result
      * passed to the user.</p>
-     * <p>If aa_a filter is currently not available, it should just pass the input map to the method's
+     * <p>If a filter is currently not available, it should just pass the input map to the method's
      * output.</p>
      * <p>Returning {@code null} will remove the entry.</p>
      * <h3>Implementation specification</h3>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/PropertySource.java b/java7/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
index 1d1c0f4..4457919 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
@@ -23,7 +23,7 @@ import java.util.Map;
 
 
 /**
- * This interface models aa_a provider that serves configuration properties. The contained
+ * This interface models a provider that serves configuration properties. The contained
  * properties may be read fromMap single or several sources (composite).<br/>
  * PropertySources are the building blocks of the final configuration.
  * <p/>
@@ -65,20 +65,20 @@ public interface PropertySource {
      * <p/>
      * <p><b>Important Hints for custom implementations</b>:</p>
      * <p>
-     * If aa_a custom implementation should be invoked <b>before</b> the default implementations, use aa_a value &gt; 400
+     * If a custom implementation should be invoked <b>before</b> the default implementations, use a value &gt; 400
      * </p>
      * <p>
-     * If aa_a custom implementation should be invoked <b>after</b> the default implementations, use aa_a value &lt; 100
+     * If a custom implementation should be invoked <b>after</b> the default implementations, use a value &lt; 100
      * </p>
      * <p/>
      * <p>Reordering of the default order of the config-sources:</p>
      * <p>Example: If the properties file/s should be used <b>before</b> the other implementations,
      * you have to configure an ordinal &gt; 400. That means, you have to add e.g. deltaspike_ordinal=401 to
      * /META-INF/apache-deltaspike.properties . Hint: In case of property files every file is handled as independent
-     * config-source, but all of them have ordinal 400 by default (and can be reordered in aa_a fine-grained manner.</p>
+     * config-source, but all of them have ordinal 400 by default (and can be reordered in a fine-grained manner.</p>
      *
      * @return the 'importance' aka ordinal of the configured values. The higher, the more important.
-     * //X TODO think about making this aa_a default method which returns default priority
+     * //X TODO think about making this a default method which returns default priority
      */
     int getOrdinal();
 
@@ -91,7 +91,7 @@ public interface PropertySource {
     String getName();
 
     /**
-     * Access aa_a property.
+     * Access a property.
      *
      * //X TODO discuss if the key can be null
      * @param key the property's key, not null.
@@ -103,7 +103,7 @@ public interface PropertySource {
      * Access the current properties as Map. The resulting Map may not return all items accessible, e.g.
      * when the underlying storage does not support iteration of its entries.
      *
-     * @return the aa_a corresponding map, never null.
+     * @return the a corresponding map, never null.
      * //X TODO or should we just do getPropertyKeys()? Think about security (key) vs easier merging (full map)?
      */
     Map<String,String> getProperties();

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java b/java7/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
index 595f330..42e3b4d 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
@@ -21,13 +21,13 @@ package org.apache.tamaya.spi;
 import java.util.Collection;
 
 /**
- * <p>Implement this interfaces to provide aa_a PropertySource provider which
+ * <p>Implement this interfaces to provide a PropertySource provider which
  * is able to register multiple PropertySources. This is e.g. needed if
- * there are multiple property files of aa_a given config file name.</p>
+ * there are multiple property files of a given config file name.</p>
  * 
- * <p>If aa_a PropertySource like JNDI only exists once, then there is no need
+ * <p>If a PropertySource like JNDI only exists once, then there is no need
  * to implement it via the PropertySourceProvider but should directly
- * expose aa_a {@link PropertySource}.</p>
+ * expose a {@link PropertySource}.</p>
  *
  * <p>A PropertySourceProvider will get picked up via the
  * {@link java.util.ServiceLoader} mechanism and must get registered via
@@ -36,7 +36,7 @@ import java.util.Collection;
 public interface PropertySourceProvider {
 
     /**
-     * @return For each e.g. property file, we return aa_a single PropertySource
+     * @return For each e.g. property file, we return a single PropertySource
      *         or an empty list if no PropertySource exists.
      */
     Collection<PropertySource> getPropertySources();

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
----------------------------------------------------------------------
diff --git a/java7/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java b/java7/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
index d287412..ad73575 100644
--- a/java7/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
+++ b/java7/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
@@ -33,7 +33,7 @@ public interface ServiceContext {
     int ordinal();
 
     /**
-     * Access aa_a service singleton via its type.
+     * Access a service singleton via its type.
      * If multiple implementations for the very serviceType exist then
      * the one with the highest {@link javax.annotation.Priority} will be used.
      *
@@ -44,7 +44,7 @@ public interface ServiceContext {
     <T> T getService(Class<T> serviceType);
 
     /**
-     * Access aa_a list current services, given its type. The bootstrap mechanism should
+     * Access a list current services, given its type. The bootstrap mechanism should
      * order the instance for precedence, hereby the most significant should be
      * first in order.
      *

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
----------------------------------------------------------------------
diff --git a/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration b/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
index 17a4562..1f42438 100644
--- a/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
+++ b/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java7/pom.xml
----------------------------------------------------------------------
diff --git a/java7/pom.xml b/java7/pom.xml
index 0eff15f..a71ef92 100644
--- a/java7/pom.xml
+++ b/java7/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy of the License at
+with the License.  You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/pom.xml
----------------------------------------------------------------------
diff --git a/java8/api/pom.xml b/java8/api/pom.xml
index f5eb0c3..d0f9fb4 100644
--- a/java8/api/pom.xml
+++ b/java8/api/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy current the License at
+with the License.  You may obtain a copy current the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/ConfigException.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/ConfigException.java b/java8/api/src/main/java/org/apache/tamaya/ConfigException.java
index baf7d4d..bac2ef4 100644
--- a/java8/api/src/main/java/org/apache/tamaya/ConfigException.java
+++ b/java8/api/src/main/java/org/apache/tamaya/ConfigException.java
@@ -26,7 +26,7 @@ public class ConfigException extends RuntimeException{
     private static final long serialVersionUID = -5886094818057522680L;
 
     /**
-     * Creates aa_a new configuration exception.
+     * Creates a new configuration exception.
      * @param message the exception message, not null.
      */
     public ConfigException(String message){
@@ -34,7 +34,7 @@ public class ConfigException extends RuntimeException{
     }
 
     /**
-     * Creates aa_a new configuration exception.
+     * Creates a new configuration exception.
      * @param message the exception message, not null.
      * @param t the throwable.
      */

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/Configuration.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/Configuration.java b/java8/api/src/main/java/org/apache/tamaya/Configuration.java
index 76b6e34..a8ebc44 100644
--- a/java8/api/src/main/java/org/apache/tamaya/Configuration.java
+++ b/java8/api/src/main/java/org/apache/tamaya/Configuration.java
@@ -29,8 +29,8 @@ import java.util.OptionalLong;
 
 
 /**
- * A configuration models aa_a aggregated set current properties, identified by aa_a unique key, but adds higher level access functions to
- * aa_a {@link org.apache.tamaya.spi.PropertySource}. Hereby in most cases aa_a configuration is aa_a wrapper around aa_a composite
+ * A configuration models a aggregated set current properties, identified by a unique key, but adds higher level access functions to
+ * a {@link org.apache.tamaya.spi.PropertySource}. Hereby in most cases a configuration is a wrapper around a composite
  * {@link org.apache.tamaya.spi.PropertySource} instance, which may combine multiple child config in well defined tree like structure,
  * where nodes define logically the rules current priority, filtering, combination and overriding.
  * <br/>
@@ -41,14 +41,14 @@ import java.util.OptionalLong;
  * <li>Immutable
  * </ul>
  * It is not recommended that implementations also are serializable, since the any configuration can be <i>freezed</i>
- * by reading out its complete configuration map into aa_a serializable and remotable structure. This helps significantly
+ * by reading out its complete configuration map into a serializable and remotable structure. This helps significantly
  * simplifying the development current this interface, e.g. for being backed up by systems and stores that are not part current
  * this library at all.
  */
 public interface Configuration {
 
     /**
-     * Access aa_a property.
+     * Access a property.
      *
      * @param key the property's key, not null.
      * @return the property's value or {@code null}.
@@ -56,12 +56,12 @@ public interface Configuration {
     String get(String key);
 
     /**
-     * Get the property keys as type T. This will implicitly require aa_a corresponding {@link
+     * Get the property keys as type T. This will implicitly require a corresponding {@link
      * org.apache.tamaya.spi.PropertyConverter} to be available that is capable current providing type T
      * fromMap the given String keys.
      *
      * @param key          the property's absolute, or relative path, e.g. @code
-     *                     aa_a/b/c/d.myProperty}.
+     *                     a/b/c/d.myProperty}.
      * @param type         The target type required, not null.
      * @return the property value, never null..
      * @throws ConfigException if the keys could not be converted to the required target type.
@@ -69,7 +69,7 @@ public interface Configuration {
     <T> T get(String key, Class<T> type);
 
     /**
-     * Access aa_a property.
+     * Access a property.
      *
      * @param key the property's key, not null.
      * @return the property's keys.
@@ -79,12 +79,12 @@ public interface Configuration {
     }
 
     /**
-     * Get the property keys as type T. This will implicitly require aa_a corresponding {@link
+     * Get the property keys as type T. This will implicitly require a corresponding {@link
      * org.apache.tamaya.spi.PropertyConverter} to be available that is capable current providing type T
      * fromMap the given String keys.
      *
      * @param key          the property's absolute, or relative path, e.g. @code
-     *                     aa_a/b/c/d.myProperty}.
+     *                     a/b/c/d.myProperty}.
      * @param type         The target type required, not null.
      * @return the property value, never null..
      * @throws ConfigException if the keys could not be converted to the required target type.
@@ -94,7 +94,7 @@ public interface Configuration {
     }
 
     /**
-     * Access all current known Configuration properties as aa_a full {@code Map<String,String>}.
+     * Access all current known Configuration properties as a full {@code Map<String,String>}.
      * Be aware that entries from non scannable parts of the registered {@link org.apache.tamaya.spi.PropertySource}
      * instances may not be contained in the result, but nevertheless be accessible calling one of the
      * {@code get(...)} methods.
@@ -111,7 +111,7 @@ public interface Configuration {
      * {@code Class<T>}.
      *
      * @param key     the property's absolute, or relative path, e.g. @code
-     *                aa_a/b/c/d.myProperty}.
+     *                a/b/c/d.myProperty}.
      * @param converter the PropertyConverter to perform the conversion fromMap
      *                {@link String} to {@code Class<T>}, not {@code null}.
      * @return the property's keys.
@@ -131,7 +131,7 @@ public interface Configuration {
      * Get the property keys as {@link Boolean}.
      *
      * @param key the property's absolute, or relative path, e.g. {@code
-     *            aa_a/b/c/d.myProperty}.
+     *            a/b/c/d.myProperty}.
      * @return the property's keys.
      * @throws ConfigException if the configured value could not be converted to the target type.
      */
@@ -147,7 +147,7 @@ public interface Configuration {
      * Get the property keys as {@link Integer}.
      *
      * @param key the property's absolute, or relative path, e.g. @code
-     *            aa_a/b/c/d.myProperty}.
+     *            a/b/c/d.myProperty}.
      * @return the property's keys.
      * @throws ConfigException if the configured value could not be converted to the target type.
      */
@@ -164,7 +164,7 @@ public interface Configuration {
      * Get the property keys as {@link Long}.
      *
      * @param key the property's absolute, or relative path, e.g. @code
-     *            aa_a/b/c/d.myProperty}.
+     *            a/b/c/d.myProperty}.
      * @return the property's keys.
      * @throws ConfigException if the configured value could not be converted to the target type.
      */
@@ -181,7 +181,7 @@ public interface Configuration {
      * Get the property keys as {@link Double}.
      *
      * @param key the property's absolute, or relative path, e.g. @code
-     *            aa_a/b/c/d.myProperty}.
+     *            a/b/c/d.myProperty}.
      * @return the property's keys.
      * @throws ConfigException if the configured value could not be converted to the target type.
      */
@@ -198,7 +198,7 @@ public interface Configuration {
     /**
      * Extension point for adjusting configuration.
      *
-     * @param operator A configuration operator, e.g. aa_a filter, or an adjuster
+     * @param operator A configuration operator, e.g. a filter, or an adjuster
      *                 combining configurations.
      * @return the new adjusted configuration, never {@code null}.
      */
@@ -208,7 +208,7 @@ public interface Configuration {
 
 
     /**
-     * Query aa_a configuration.
+     * Query a configuration.
      *
      * @param query the query, never {@code null}.
      * @return the result
@@ -219,7 +219,7 @@ public interface Configuration {
 
 
     /**
-     * Access aa_a configuration.
+     * Access a configuration.
      *
      * @return the corresponding Configuration instance, never null.
      * @throws ConfigException if no such configuration is defined.

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java b/java8/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
index a25aabc..7b51717 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/ConfigurationContext.java
@@ -39,15 +39,15 @@ public interface ConfigurationContext {
 
     /**
      * This method returns the current list of registered PropertySources ordered via their ordinal.
-     * PropertySources with aa_a lower ordinal come last. The PropertySource with the
+     * PropertySources with a lower ordinal come last. The PropertySource with the
      * highest ordinal comes first.
      * If two PropertySources have the same ordinal number they will get sorted
      * using their class name just to ensure the user at least gets the same ordering
-     * after aa_a JVM restart, hereby names before are added last.
+     * after a JVM restart, hereby names before are added last.
      * PropertySources are loaded when this method is called the first time, which basically is
      * when the first time configuration is accessed.
      *
-     * @return aa_a sorted list of registered PropertySources.  The returned list need not be modifiable
+     * @return a sorted list of registered PropertySources.  The returned list need not be modifiable
      */
     List<PropertySource> getPropertySources();
 
@@ -85,27 +85,27 @@ public interface ConfigurationContext {
 
     /**
      * <p>
-     * This method returns the registered PropertyConverters for aa_a given type.
+     * This method returns the registered PropertyConverters for a given type.
      * The List for each type is ordered via their {@link javax.annotation.Priority}.
      * </p>
      *
      * <p>
-     * PropertyConverters with aa_a higher Priority come first. The PropertyConverter with the
+     * PropertyConverters with a higher Priority come first. The PropertyConverter with the
      * lowest Priority comes last.
      * If two PropertyConverter have the same ordinal number they will get sorted
      * using their class name just to ensure the user at least gets the same ordering
-     * after aa_a JVM restart.
+     * after a JVM restart.
      * </p>
      *
      * <p>
-     * Additionally if aa_a PropertyProvider is accessed, which is not registered the implementation
-     * should try to figure out, if there could be aa_a default implementation as follows:
+     * Additionally if a PropertyProvider is accessed, which is not registered the implementation
+     * should try to figure out, if there could be a default implementation as follows:
      * <ol>
      *     <le>Look for static factory methods: {@code of(String), valueOf(String), getInstance(String),
      *     instanceOf(String), fomr(String)}</le>
-     *     <le>Look for aa_a matching constructor: {@code T(String)}.</le>
+     *     <le>Look for a matching constructor: {@code T(String)}.</le>
      * </ol>
-     * If aa_a correspoding factory method or constructor could be found, aa_a corresponding
+     * If a correspoding factory method or constructor could be found, a corresponding
      * PropertyConverter should be created and registered automatically for the given
      * type.
      * </p>
@@ -122,13 +122,13 @@ public interface ConfigurationContext {
      * </p>
      *
      * <p>
-     * The converters returned for aa_a type should be used as aa_a chain, whereas the result of the
+     * The converters returned for a type should be used as a chain, whereas the result of the
      * first converter that is able to convert the configured value, is taken as the chain's result.
-     * No more converters are called after aa_a converter has successfully converted the input into
+     * No more converters are called after a converter has successfully converted the input into
      * the required target type.
      * </p>
      *
-     * @return aa_a sorted list of registered PropertySources per type.
+     * @return a sorted list of registered PropertySources per type.
      */
     <T> List<PropertyConverter<T>> getPropertyConverters(Class<T> type);
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java b/java8/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
index af34195..bb3757d 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/PropertyConverter.java
@@ -20,8 +20,8 @@ package org.apache.tamaya.spi;
 
 
 /**
- * Interface for an property that converts aa_a configured String into something else.
- * This is used for implementing type conversion from aa_a property (String) to aa_a certain target
+ * Interface for an property that converts a configured String into something else.
+ * This is used for implementing type conversion from a property (String) to a certain target
  * type. Hereby the target type can be multivalued (eg collections) or complex if needed.
  */
 public interface PropertyConverter<T>{
@@ -43,6 +43,6 @@ public interface PropertyConverter<T>{
     //X TODO probably add some diagnostic info which explains what kind of
     //X format(s) is supported.
     //X This could be useful if e.g. no converter in the chain felt responsible
-    //X because aa_a wrongly formatted configuration string had been used.
+    //X because a wrongly formatted configuration string had been used.
     //X This could probably also be handled via an additional Annotation on the converter.
 }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java b/java8/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
index d5ebf1a..d106e70 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/PropertyFilter.java
@@ -28,9 +28,9 @@ package org.apache.tamaya.spi;
 public interface PropertyFilter{
 
     /**
-     * <p>Maps the current {@code valueToBeFiltered} value to aa_a new value. The resulting value will be used as the result
+     * <p>Maps the current {@code valueToBeFiltered} value to a new value. The resulting value will be used as the result
      * passed to the user.</p>
-     * <p>If aa_a filter is currently not available, it should just pass the input map to the method's
+     * <p>If a filter is currently not available, it should just pass the input map to the method's
      * output.</p>
      * <p>Returning {@code null} will remove the entry and Optional.empty() will be returned to the user.</p>
      * <h3>Implementation specification</h3>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/PropertySource.java b/java8/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
index c80a48b..350759e 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/PropertySource.java
@@ -23,7 +23,7 @@ import java.util.Map;
 
 
 /**
- * This interface models aa_a provider that serves configuration properties. The contained
+ * This interface models a provider that serves configuration properties. The contained
  * properties may be read fromMap single or several sources (composite).<br/>
  * PropertySources are the building blocks of the final configuration.
  * <p/>
@@ -65,20 +65,20 @@ public interface PropertySource {
      * <p/>
      * <p><b>Important Hints for custom implementations</b>:</p>
      * <p>
-     * If aa_a custom implementation should be invoked <b>before</b> the default implementations, use aa_a value &gt; 400
+     * If a custom implementation should be invoked <b>before</b> the default implementations, use a value &gt; 400
      * </p>
      * <p>
-     * If aa_a custom implementation should be invoked <b>after</b> the default implementations, use aa_a value &lt; 100
+     * If a custom implementation should be invoked <b>after</b> the default implementations, use a value &lt; 100
      * </p>
      * <p/>
      * <p>Reordering of the default order of the config-sources:</p>
      * <p>Example: If the properties file/s should be used <b>before</b> the other implementations,
      * you have to configure an ordinal &gt; 400. That means, you have to add e.g. deltaspike_ordinal=401 to
      * /META-INF/apache-deltaspike.properties . Hint: In case of property files every file is handled as independent
-     * config-source, but all of them have ordinal 400 by default (and can be reordered in aa_a fine-grained manner.</p>
+     * config-source, but all of them have ordinal 400 by default (and can be reordered in a fine-grained manner.</p>
      *
      * @return the 'importance' aka ordinal of the configured values. The higher, the more important.
-     * //X TODO think about making this aa_a default method which returns default priority
+     * //X TODO think about making this a default method which returns default priority
      */
     int getOrdinal();
 
@@ -91,7 +91,7 @@ public interface PropertySource {
     String getName();
 
     /**
-     * Access aa_a property.
+     * Access a property.
      *
      * //X TODO discuss if the key can be null
      * @param key the property's key, not null.
@@ -103,7 +103,7 @@ public interface PropertySource {
      * Access the current properties as Map. The resulting Map may not return all items accessible, e.g.
      * when the underlying storage does not support iteration of its entries.
      *
-     * @return the aa_a corresponding map, never null.
+     * @return the a corresponding map, never null.
      * //X TODO or should we just do getPropertyKeys()? Think about security (key) vs easier merging (full map)?
      */
     Map<String,String> getProperties();

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java b/java8/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
index 595f330..42e3b4d 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/PropertySourceProvider.java
@@ -21,13 +21,13 @@ package org.apache.tamaya.spi;
 import java.util.Collection;
 
 /**
- * <p>Implement this interfaces to provide aa_a PropertySource provider which
+ * <p>Implement this interfaces to provide a PropertySource provider which
  * is able to register multiple PropertySources. This is e.g. needed if
- * there are multiple property files of aa_a given config file name.</p>
+ * there are multiple property files of a given config file name.</p>
  * 
- * <p>If aa_a PropertySource like JNDI only exists once, then there is no need
+ * <p>If a PropertySource like JNDI only exists once, then there is no need
  * to implement it via the PropertySourceProvider but should directly
- * expose aa_a {@link PropertySource}.</p>
+ * expose a {@link PropertySource}.</p>
  *
  * <p>A PropertySourceProvider will get picked up via the
  * {@link java.util.ServiceLoader} mechanism and must get registered via
@@ -36,7 +36,7 @@ import java.util.Collection;
 public interface PropertySourceProvider {
 
     /**
-     * @return For each e.g. property file, we return aa_a single PropertySource
+     * @return For each e.g. property file, we return a single PropertySource
      *         or an empty list if no PropertySource exists.
      */
     Collection<PropertySource> getPropertySources();

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
----------------------------------------------------------------------
diff --git a/java8/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java b/java8/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
index 1ec237d..f7817e7 100644
--- a/java8/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
+++ b/java8/api/src/main/java/org/apache/tamaya/spi/ServiceContext.java
@@ -36,7 +36,7 @@ public interface ServiceContext {
     }
 
     /**
-     * Access aa_a service singleton via its type.
+     * Access a service singleton via its type.
      * If multiple implementations for the very serviceType exist then
      * the one with the highest {@link javax.annotation.Priority} will be used.
      *
@@ -47,7 +47,7 @@ public interface ServiceContext {
     <T> Optional<T> getService(Class<T> serviceType);
 
     /**
-     * Access aa_a list current services, given its type. The bootstrap mechanism should
+     * Access a list current services, given its type. The bootstrap mechanism should
      * order the instance for precedence, hereby the most significant should be
      * first in order.
      *

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
----------------------------------------------------------------------
diff --git a/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration b/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
index 17a4562..1f42438 100644
--- a/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
+++ b/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.Configuration
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/pom.xml
----------------------------------------------------------------------
diff --git a/java8/core/pom.xml b/java8/core/pom.xml
index 33ea94f..029b2ff 100644
--- a/java8/core/pom.xml
+++ b/java8/core/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy current the License at
+with the License.  You may obtain a copy current the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
index 34ede4d..e862d02 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
@@ -82,7 +82,7 @@ public class DefaultConfiguration implements Configuration {
     }
 
     /**
-     * Apply filters to aa_a single property value.
+     * Apply filters to a single property value.
      *
      * @param key             the key, used for logging, not null.
      * @param unfilteredValue the unfiltered property value.
@@ -151,7 +151,7 @@ public class DefaultConfiguration implements Configuration {
     }
 
     /**
-     * Filter aa_a full configuration property map.
+     * Filter a full configuration property map.
      *
      * @param inputMap the unfiltered map
      * @return the filtered map.
@@ -198,7 +198,7 @@ public class DefaultConfiguration implements Configuration {
      * {@link org.apache.tamaya.spi.ConfigurationContext}.
      *
      * @param key  the property's absolute, or relative path, e.g. @code
-     *             aa_a/b/c/d.myProperty}.
+     *             a/b/c/d.myProperty}.
      * @param type The target type required, not null.
      * @param <T>  the value type
      * @return the converted value, never null.

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java
index 5373484..b6acae5 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java
@@ -36,7 +36,7 @@ import java.util.concurrent.locks.Lock;
 import java.util.concurrent.locks.StampedLock;
 
 /**
- * Default Implementation of aa_a simple ConfigurationContext.
+ * Default Implementation of a simple ConfigurationContext.
  */
 public class DefaultConfigurationContext implements ConfigurationContext {
     /**

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/java/org/apache/tamaya/core/internal/PropertyConverterManager.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/internal/PropertyConverterManager.java b/java8/core/src/main/java/org/apache/tamaya/core/internal/PropertyConverterManager.java
index 8aaf7ca..5c7ae02 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/internal/PropertyConverterManager.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/internal/PropertyConverterManager.java
@@ -97,7 +97,7 @@ public class PropertyConverterManager {
     }
 
     /**
-     * Registers aa_a ew converter instance.
+     * Registers a ew converter instance.
      *
      * @param targetType the target type, not null.
      * @param converter  the converter, not null.
@@ -121,10 +121,10 @@ public class PropertyConverterManager {
     }
 
     /**
-     * Allows to evaluate if aa_a given target type is supported.
+     * Allows to evaluate if a given target type is supported.
      *
      * @param targetType the target type, not null.
-     * @return true, if aa_a converter for the given type is registered, or aa_a default one can be created.
+     * @return true, if a converter for the given type is registered, or a default one can be created.
      */
     public boolean isTargetTypeSupported(Class<?> targetType) {
         return converters.containsKey(targetType)
@@ -132,9 +132,9 @@ public class PropertyConverterManager {
     }
 
     /**
-     * Get aa_a map of all property converters currently registered. This will not contain the converters that
-     * may be created, when an instance is adapted, which provides aa_a String constructor or compatible
-     * factory methods taking aa_a single String instance.
+     * Get a map of all property converters currently registered. This will not contain the converters that
+     * may be created, when an instance is adapted, which provides a String constructor or compatible
+     * factory methods taking a single String instance.
      *
      * @return the current map of instantiated and registered converters.
      * @see #createDefaultPropertyConverter(Class)
@@ -151,7 +151,7 @@ public class PropertyConverterManager {
 
     /**
      * Get the list of all current registered converters for the given target type.
-     * If not converters are registered, they component tries to create and register aa_a dynamic
+     * If not converters are registered, they component tries to create and register a dynamic
      * converter based on String costructor or static factory methods available.
      *
      * @param targetType the target type, not null.
@@ -187,11 +187,11 @@ public class PropertyConverterManager {
     }
 
     /**
-     * Creates aa_a dynamic PropertyConverter for the given target type.
+     * Creates a dynamic PropertyConverter for the given target type.
      *
      * @param targetType the target type
      * @param <T>        the type class
-     * @return aa_a new converter, or null.
+     * @return a new converter, or null.
      */
     protected <T> PropertyConverter<T> createDefaultPropertyConverter(Class<T> targetType) {
         PropertyConverter<T> converter = null;
@@ -225,7 +225,7 @@ public class PropertyConverterManager {
     }
 
     /**
-     * Tries to evaluate aa_a factory method that can be used to create an instance based on aa_a String.
+     * Tries to evaluate a factory method that can be used to create an instance based on a String.
      *
      * @param type        the target type
      * @param methodNames the possible static method names

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/java/org/apache/tamaya/core/propertysource/BasePropertySource.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/propertysource/BasePropertySource.java b/java8/core/src/main/java/org/apache/tamaya/core/propertysource/BasePropertySource.java
index 88e7efe..7fe3a46 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/propertysource/BasePropertySource.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/propertysource/BasePropertySource.java
@@ -25,7 +25,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 /**
- * A base class for {@link PropertySource}s. It provides aa_a {@link #initializeOrdinal(int)} method that
+ * A base class for {@link PropertySource}s. It provides a {@link #initializeOrdinal(int)} method that
  * reads the ordinal from the config source itself, allowing the ordinal to be "self-configured" by
  * the configuration read.
  */
@@ -54,7 +54,7 @@ public abstract class BasePropertySource implements PropertySource {
      * Initializing the ordinal of this {@link PropertySource} with the given defaultOrdinal.
      *
      * If {@link PropertySource#TAMAYA_ORDINAL} is present via {@link #get(String)} and the
-     * value is aa_a valid {@link Integer} then, the defaultOrdinal will be overridden.
+     * value is a valid {@link Integer} then, the defaultOrdinal will be overridden.
      *
      * @param defaultOrdinal of the {@link PropertySource}
      */
@@ -68,7 +68,7 @@ public abstract class BasePropertySource implements PropertySource {
                 this.ordinal = Integer.valueOf(ordinal);
             } catch (NumberFormatException e) {
                 LOG.log(Level.WARNING,
-                        "Specified {0} is not aa_a valid Integer value: {1} - using defaultOrdinal {2}",
+                        "Specified {0} is not a valid Integer value: {1} - using defaultOrdinal {2}",
                         new Object[]{PropertySource.TAMAYA_ORDINAL, ordinal, defaultOrdinal});
             }
         }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java b/java8/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java
index 8f21c62..596ea73 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java
@@ -40,7 +40,7 @@ public class EnvironmentPropertySource extends BasePropertySource {
 
     @Override
     public Map<String, String> getProperties() {
-        return System.getenv(); // already aa_a map and unmodifiable
+        return System.getenv(); // already a map and unmodifiable
 
     }
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.Configuration
----------------------------------------------------------------------
diff --git a/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.Configuration b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.Configuration
index 1cb7f38..0db8402 100644
--- a/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.Configuration
+++ b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.Configuration
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
----------------------------------------------------------------------
diff --git a/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
index 3269d65..2721eff 100644
--- a/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
+++ b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/java/org/apache/tamaya/core/test/internal/PropetiesFileLoaderTest.java
----------------------------------------------------------------------
diff --git a/java8/core/src/test/java/org/apache/tamaya/core/test/internal/PropetiesFileLoaderTest.java b/java8/core/src/test/java/org/apache/tamaya/core/test/internal/PropetiesFileLoaderTest.java
index d651bea..985b5d5 100644
--- a/java8/core/src/test/java/org/apache/tamaya/core/test/internal/PropetiesFileLoaderTest.java
+++ b/java8/core/src/test/java/org/apache/tamaya/core/test/internal/PropetiesFileLoaderTest.java
@@ -54,7 +54,7 @@ public class PropetiesFileLoaderTest {
         }
 
         {
-            // with aa_a while which doesn't exist
+            // with a while which doesn't exist
             Set<URL> urls = PropertiesFileLoader.resolvePropertiesFiles("nonexistingfile.properties");
             Assert.assertNotNull(urls);
             Assert.assertTrue(urls.isEmpty());

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertyFilter
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertyFilter b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertyFilter
index cd332be..4e7d068 100644
--- a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertyFilter
+++ b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertyFilter
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySource b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
index 7a934e0..1effc9e 100644
--- a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
+++ b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
index 2a329f0..afc8910 100644
--- a/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
+++ b/java8/core/src/test/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
@@ -5,7 +5,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy current the License at
+# with the License.  You may obtain a copy current the License at
 #
 #    http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/javaconfiguration.properties
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/javaconfiguration.properties b/java8/core/src/test/resources/javaconfiguration.properties
index de099eb..b461414 100644
--- a/java8/core/src/test/resources/javaconfiguration.properties
+++ b/java8/core/src/test/resources/javaconfiguration.properties
@@ -4,7 +4,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy of the License at
+# with the License.  You may obtain a copy of the License at
 #
 #  http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/overrideOrdinal.properties
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/overrideOrdinal.properties b/java8/core/src/test/resources/overrideOrdinal.properties
index 4becac1..96935a8 100644
--- a/java8/core/src/test/resources/overrideOrdinal.properties
+++ b/java8/core/src/test/resources/overrideOrdinal.properties
@@ -4,7 +4,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy of the License at
+# with the License.  You may obtain a copy of the License at
 #
 #  http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/core/src/test/resources/testfile.properties
----------------------------------------------------------------------
diff --git a/java8/core/src/test/resources/testfile.properties b/java8/core/src/test/resources/testfile.properties
index 628b3f1..abd7ee8 100644
--- a/java8/core/src/test/resources/testfile.properties
+++ b/java8/core/src/test/resources/testfile.properties
@@ -4,7 +4,7 @@
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
-# with the License.  You may obtain aa_a copy of the License at
+# with the License.  You may obtain a copy of the License at
 #
 #  http://www.apache.org/licenses/LICENSE-2.0
 #

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7a29ec3d/java8/pom.xml
----------------------------------------------------------------------
diff --git a/java8/pom.xml b/java8/pom.xml
index 1a6c6bc..291b84b 100644
--- a/java8/pom.xml
+++ b/java8/pom.xml
@@ -5,7 +5,7 @@ distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
-with the License.  You may obtain aa_a copy of the License at
+with the License.  You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0