Skip to content

Commit

Permalink
Fixed code indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
shashivish committed Sep 1, 2017
1 parent 32ed183 commit 68d2189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void onException(IOException exception)
@Override
public void transportInterupted()
{
log.error("Activemq service has interrupted..");
log.error("Activemq service has interrupted..");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

public class ActivemqPoolableConnectionProvider {


private static final Logger log = Logger.getLogger(ActivemqPoolableConnectionProvider.class);

/**
*
* @param activemqBrokerUrl - Activemq Broker Connection String
Expand Down Expand Up @@ -69,12 +69,12 @@ public PooledConnectionFactory activemqPoolableConnection(String activemqBrokerU
private ActiveMQConnectionFactory initializeActiveMqFactoryConnection(String activemqConnectionUri) {

ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(activemqConnectionUri);

/**
* Add Transport Listener for any unusual failure
*/
factory.setTransportListener(new ActivemqTransportListner());

return factory;
}

Expand Down

0 comments on commit 68d2189

Please sign in to comment.