Skip to content
Snippets Groups Projects
Commit 5bbaea8d authored by Julien's avatar Julien
Browse files

Comment adjustment

parent e9f8d968
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ public class ReplaceUrlUpdateProcessor extends UpdateRequestProcessor {
doc.addField("url", newUrl);
}
// VERY IMPORTANT ! without this line of code any other Update Processor declared AFTER this one in the conf WILL NOT EXECUTE
super.processAdd(cmd);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment