All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenpepper.confluence.macros.migrator.GreenPepperChildrenMigrator Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.confluence.macros.migrator;

import com.atlassian.confluence.content.render.xhtml.ConversionContext;
import com.atlassian.confluence.macro.xhtml.MacroMigration;
import com.atlassian.confluence.xhtml.api.MacroDefinition;

/**
 * 

GreenPepperChildrenMigrator class.

* * @author oaouattara * @version $Id: $Id */ public class GreenPepperChildrenMigrator implements MacroMigration { /** {@inheritDoc} */ public MacroDefinition migrate(MacroDefinition macroDefinition, ConversionContext context) { return macroDefinition; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy