Skip to content

Commit

Permalink
LRDOCS-3504 Update class Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
codyhoag committed Apr 17, 2017
1 parent 8ebeec1 commit 9c84749
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@
import org.osgi.service.component.annotations.Reference;

/**
* This class is for adding context menu to Document Detail screen options(top right corner) in
* Documents and Media admin portlet.<br/>
* see
* <a href="https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/applying-lexicon-styles-to-your-app#configuring-your-apps-actions-menu">CONFIGURING YOUR APPS ACTIONS MENU</a>.
* Adds the new context menu option to the Document Detail screen options (top
* right corner) of the Documents and Media Admin portlet.
*
* @author liferay
*/
@Component(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
import javax.servlet.http.HttpServletResponse;

/**
* Custom Display Context.<br/>
* see <a href="https://dev.liferay.com/participate/liferaypedia/-/wiki/Main/Display+Context">DISPLAY CONTEXT</a>.
* Provides the Custom Display Context, which provides access to the Documents
* and Media portlet's UI elements.
*
* @author liferay
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
import org.osgi.service.component.annotations.Component;

/**
* register a DLDisplayContextFactory to provide custom Display Context
* Implements the <code>DLDisplayContextFactory</code> to provide custom display contexts.
*
* @author liferay
*/
@Component(immediate = true, service = DLDisplayContextFactory.class)
Expand Down

0 comments on commit 9c84749

Please sign in to comment.