Skip to content

Commit

Permalink
TEIID-5054 updating for older jdks
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 11, 2017
1 parent b5f67c5 commit c92060b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -367,7 +367,7 @@ private void helpTestNewInstance(Properties p)
Properties p = new Properties();
p.setProperty(TeiidURL.CONNECTION.AUTO_FAILOVER, "true");
p.setProperty("org.teiid.sockets.synchronousttl", "20000");
SocketServerConnection conn = helpEstablishConnection(false, new SSLConfiguration(), p);
final SocketServerConnection conn = helpEstablishConnection(false, new SSLConfiguration(), p);
ScheduledExecutorService exec = Executors.newSingleThreadScheduledExecutor();
Future<?> future = exec.submit(new Runnable() {

Expand Down

0 comments on commit c92060b

Please sign in to comment.