Skip to content

Commit

Permalink
It's stop with 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Apr 17, 2013
1 parent 9990693 commit 0813d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bloidonia/vertx/mods/JdbcProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private static void closePool( String address, String url ) throws SQLException
if( pool != null ) {
pool.close() ;
DriverManager.deregisterDriver( DriverManager.getDriver( url ) ) ;
jmxReporter.shutdown() ;
jmxReporter.stop() ;
}
}
}
Expand Down

0 comments on commit 0813d4b

Please sign in to comment.