Skip to content
Snippets Groups Projects
Commit 1b8763ac authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-15096: Introduce a framework to automate job question/answer UI

parent 35f7b4f7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
* @version $Id$
* @since 10.2RC1
*/
public class AbstractParentResourceReferenceResolver extends AbstractResourceReferenceResolver
public abstract class AbstractParentResourceReferenceResolver extends AbstractResourceReferenceResolver
{
@Override
public ParentResourceReference resolve(ExtendedURL extendedURL, ResourceType resourceType,
......
......@@ -42,6 +42,7 @@ public class ParentResourceReference extends AbstractResourceReference
/**
* Default constructor.
*
* @param type see {@link #getType()}
* @param rootPath the path starting with the child
* @param child the child handler hint
* @param pathSegments the rest of the path
......
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