You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/01/25 19:42:16 UTC

[myfaces-tobago] branch tobago-4.x updated: checkstyle: false positive

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 4049073  checkstyle: false positive
4049073 is described below

commit 4049073921e432ffffb5e1f280a94608a49bf6f5
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Jan 25 20:40:34 2019 +0100

    checkstyle: false positive
---
 .../src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java
index ef7c071..f1ac254 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java
@@ -24,7 +24,6 @@ import org.apache.myfaces.tobago.internal.config.ContentSecurityPolicy;
 import org.apache.myfaces.tobago.internal.config.SecurityAnnotation;
 import org.apache.myfaces.tobago.sanitizer.Sanitizer;
 
-import javax.faces.application.Application;
 import javax.faces.application.ProjectStage;
 import javax.faces.context.FacesContext;
 import javax.servlet.ServletContext;
@@ -50,7 +49,7 @@ public abstract class TobagoConfig {
   public abstract Theme getDefaultTheme();
 
   /**
-   * @deprecated since 4.0.0, use {@link Application#getProjectStage}
+   * @deprecated since 4.0.0, use {@link javax.faces.application.Application#getProjectStage}
    */
   @Deprecated
   public abstract ProjectStage getProjectStage();