1 package com.atlassian.refapp.webitem;
2
3 import com.atlassian.plugin.web.WebInterfaceManager;
4 import com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor;
5
6 public class RefAppWebSectionModuleDescriptor extends DefaultWebSectionModuleDescriptor {
7 public RefAppWebSectionModuleDescriptor(WebInterfaceManager webInterfaceManager) {
8 super(webInterfaceManager);
9 }
10 }