From commits-return-70932-archive-asf-public=cust-asf.ponee.io@myfaces.apache.org Fri Jan 25 20:42:18 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A7730180771 for ; Fri, 25 Jan 2019 20:42:17 +0100 (CET) Received: (qmail 59207 invoked by uid 500); 25 Jan 2019 19:42:16 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 59198 invoked by uid 99); 25 Jan 2019 19:42:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2019 19:42:16 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3D7D48556E; Fri, 25 Jan 2019 19:42:16 +0000 (UTC) Date: Fri, 25 Jan 2019 19:42:16 +0000 To: "commits@myfaces.apache.org" Subject: [myfaces-tobago] branch tobago-4.x updated: checkstyle: false positive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154844533588.10159.14479879853265873207@gitbox.apache.org> From: lofwyr@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: myfaces-tobago X-Git-Refname: refs/heads/tobago-4.x X-Git-Reftype: branch X-Git-Oldrev: d38d0fb0c0107a09d900850e84e44c3ef3065bd6 X-Git-Newrev: 4049073921e432ffffb5e1f280a94608a49bf6f5 X-Git-Rev: 4049073921e432ffffb5e1f280a94608a49bf6f5 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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();