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 2017/10/25 15:02:09 UTC

[myfaces-tobago] branch master updated: checkstyle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 77e1c43  checkstyle
77e1c43 is described below

commit 77e1c43e3ca361df151ee4cbac4d231197ade74a
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Oct 25 16:25:11 2017 +0200

    checkstyle
---
 .../myfaces/tobago/internal/component/AbstractUISplitLayout.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISplitLayout.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISplitLayout.java
index 9f943e9..df9e754 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISplitLayout.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISplitLayout.java
@@ -20,7 +20,6 @@
 package org.apache.myfaces.tobago.internal.component;
 
 import org.apache.myfaces.tobago.apt.annotation.Preliminary;
-import org.apache.myfaces.tobago.internal.taglib.component.SplitLayoutTagDeclaration;
 
 import javax.faces.event.ListenerFor;
 import javax.faces.event.PostAddToViewEvent;
@@ -30,7 +29,7 @@ import javax.faces.event.PostAddToViewEvent;
  * WARNING: This component is preliminary and may be changed without a major release.
  * </p>
  *
- * {@link SplitLayoutTagDeclaration}
+ * {@link org.apache.myfaces.tobago.internal.taglib.component.SplitLayoutTagDeclaration}
  */
 @Preliminary
 @ListenerFor(systemEventClass = PostAddToViewEvent.class)

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].