Laurentiu Ceausescu wrote:
> Hi,
> 
> Regarding the latests commits, in revision 12965, in 
> *ReplicationManagerImplTest.java* class I think it isn't compatible with 
> Java 1.5.
> See below the following code:
>     private String encode(String content) {
>         Charset ascii = Charset.forName("US-ASCII");
>         byte[] encoded = Base64.encodeBase64(content.*getBytes(ascii)*);
>         return *new String(encoded, ascii)*;
>     }
> 
> Regards,
> Laurentiu
> 
> 

Sorry - my fault. I'll fix it in a moment.
D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to