Skip to content

Commit

Permalink
Fix javadoc publication errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed May 23, 2017
1 parent aaea298 commit b834342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ private BeanDefinition createBeanDefinition(Class<?> beanType) {
protected void createOperationsBean(BeanDefinitionRegistry registry) { return; }

/**
* Return the annotation to obtain configuration information from. Will be wrappen into an
* {@link AnnotationBasedContentRepositoryConfigurationSource} so have a look at the constants in there for what annotation
* attributes it expects.
* Return the annotation to obtain configuration information from
* @return
* configuration annotation
*/
protected abstract Class<? extends Annotation> getAnnotation();
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected void onAfterGetContent(T entity) {}
/**
* Override this method if you are interested in {@literal beforeSetContent} events.
*
* @param event The content event
* @param entity The content event
*/
protected void onBeforeSetContent(BeforeSetContentEvent entity) {}

Expand Down

0 comments on commit b834342

Please sign in to comment.