Skip to content
Snippets Groups Projects
Commit e991196c authored by Olivier Maury's avatar Olivier Maury
Browse files

typo. refs #4

parent 631521b5
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ public final class SimulationDoneReceiver implements MessageListener, Runnable {
*/
public SimulationDoneReceiver(final JMSContext context, final Topic topic) {
LOGGER.traceEntry();
consumer = context.createConsumer(topic, "softwareOrigine='agrometinfo'");
consumer = context.createConsumer(topic, "softwareOrigin='agrometinfo'");
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment