Fixed & pushed.

On Sat, Feb 27, 2016 at 6:38 PM P. Ottlinger <[email protected]> wrote:

> Hi Anatole,
>
> mea culpa :-(
>
> Am 28.02.2016 um 00:29 schrieb Apache Jenkins Server:
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR] <
> https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/src/main/java/org/apache/tamaya/spi/ConversionContext.java>:[177,41]
> cannot find symbol
> >   symbol:   variable context
> >   location: class org.apache.tamaya.spi.ConversionContext.Builder
> > [INFO] 1 error
>
>
> diff --git
> a/code/api/src/main/java/org/apache/tamaya/spi/ConversionContext.java
> b/code/api/src/main/java/org/apache/tamaya/spi/ConversionContext.java
> index 436c9f1..5b4835a 100644
> --- a/code/api/src/main/java/org/apache/tamaya/spi/ConversionContext.java
> +++ b/code/api/src/main/java/org/apache/tamaya/spi/ConversionContext.java
> @@ -174,7 +174,7 @@ public class ConversionContext {
>          public Builder(Configuration configuration,
> ConfigurationContext configurationContext, String key, TypeLiteral<?>
> targetType){
>              this.key = key;
>              this.configuration = configuration;
> -            this.configurationContext = context;
> +            this.configurationContext = configurationContext;
>              this.targetType = Objects.requireNonNull(targetType);
>          }
>
>
> Cheers,
> Phil
>
>

Reply via email to