Skip to content

Commit

Permalink
fix: correct javadocs references
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov committed Dec 14, 2020
1 parent 28abcae commit 0714fa1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import com.vaadin.flow.component.page.Meta;
import com.vaadin.flow.component.page.Push;
import com.vaadin.flow.component.page.Viewport;
import com.vaadin.flow.function.DeploymentConfiguration;
import com.vaadin.flow.router.PageTitle;
import com.vaadin.flow.server.AppShellRegistry;
import com.vaadin.flow.server.Constants;
Expand Down Expand Up @@ -171,7 +170,7 @@ public static void init(Set<Class<?>> classes, ServletContext context) {
* scanning.
*
* @return list of annotations handled by
* {@link VaadinAppShellInitializer#init(Set, ServletContext, DeploymentConfiguration)}
* {@link VaadinAppShellInitializer#init(Set, ServletContext)}
*/
@SuppressWarnings("unchecked")
public static List<Class<? extends Annotation>> getValidAnnotations() {
Expand All @@ -187,7 +186,7 @@ public static List<Class<? extends Annotation>> getValidAnnotations() {
* scanning.
*
* @return list of super classes handled by
* {@link VaadinAppShellInitializer#init(Set, ServletContext, DeploymentConfiguration)}
* {@link VaadinAppShellInitializer#init(Set, ServletContext)}
*/
public static List<Class<?>> getValidSupers() {
return Arrays.stream(getHandledTypes())
Expand Down

0 comments on commit 0714fa1

Please sign in to comment.