Skip to content
Snippets Groups Projects
Verified Commit 34d870cd authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Make SimpleFormatterPlatform#generateScript_justProcessed() protected

There is from the beginning no reason why it was declared as public
parent 8d21819c
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ public abstract class SimpleFormatterPlatform
* offered to subclasses, since subclasses may as well override {@link #generateScript(Resource)}, and iterate on
* the {@link Resource#getAllConcreteResources() concrete resources} after calling super implementation.
*/
public void generateScript_justProcessed(Activity activity) {}
protected void generateScript_justProcessed(Activity activity) {}
protected Enum<?> getTarget(ParameterDescription description, Parameter parameter)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment