Network topology and inventory init
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / provisiondevice / tasks / RollbackProcessor.java
index 2531a426058f400d26ca0f924f5aa9374b091c9c..0405432a3958731efa3b54b42673be63c340bc7c 100644 (file)
@@ -69,7 +69,7 @@ public class RollbackProcessor {
             try {
                 LOG.info("rolling back: {}", task.getId());
                 task.call();
-            //this methode prototype only use the generic Exception and no specific and useable subclasse
+            //this method prototype only uses the generic Exception but no specific and useable subclass
             } catch (Exception e) {
                 LOG.error("ERROR: Rollback task {} has failed", task.getId(), e);
             }