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 2023/01/12 13:04:29 UTC

[myfaces-tobago] branch main updated: codestyle

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1783e2a2cb codestyle
1783e2a2cb is described below

commit 1783e2a2cba191f81c9304960adf82c0da7d80c3
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Jan 12 14:04:24 2023 +0100

    codestyle
---
 .../apache/myfaces/tobago/apt/processor/TobagoGeneratorException.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/TobagoGeneratorException.java b/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/TobagoGeneratorException.java
index fb63b670c2..cb65dbc911 100644
--- a/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/TobagoGeneratorException.java
+++ b/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/TobagoGeneratorException.java
@@ -20,7 +20,7 @@
 package org.apache.myfaces.tobago.apt.processor;
 
 /**
- * @since Tobago 4.0.0
+ * @since 4.0.0
  */
 public class TobagoGeneratorException extends RuntimeException {