[Asterisk-java-users] java 1.6-only code ?
Brought to you by:
srt
From: <gm...@ea...> - 2008-02-02 16:00:36
|
Hi, In recent trunk, SocketConnectionFacadeImpl.readLine() calls a new IOException(String, Throwable) constructor that is only available since java 1.6 : throw new IOException("No more lines available", e); Is this expected ? Kind regards Gaetan |