We stated for java 7 only a few month ago.
--
Julien Vermillard :::: http://people.apache.org/~jvermillard/


On Mon, Oct 28, 2013 at 5:13 PM, Emmanuel Lécharny <[email protected]> wrote:
> Question : are we requiring Java 7 for MINA 3 ?
>
> Wondering because this code will not build on Java 6 :
>
> Le 10/28/13 4:55 PM, [email protected] a écrit :
>> Updated Branches:
>>   refs/heads/trunk e2e0ac8ff -> 2ff729a63
>> @@ -52,7 +52,13 @@ public class NioSelectorLoop implements SelectorLoop {
>>      private final ByteBuffer readBuffer = ByteBuffer.allocateDirect(64 * 
>> 1024);
>>
>>      /** The queue containing the channels to register on the selector */
>> -    private final Queue<Registration> registrationQueue = new 
>> ConcurrentLinkedQueue<Registration>();
>> +    private final Queue<Registration> registrationQueue = new 
>> ConcurrentLinkedQueue<>();
>>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>

Reply via email to