You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2023/01/14 12:58:45 UTC

[tapestry-5] branch better-page-invalidation updated: TAP5-2742: fixing JavaDoc and NPE in ResourceChangeTrackerImpl

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

thiagohp pushed a commit to branch better-page-invalidation
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/better-page-invalidation by this push:
     new e91ee2a4f TAP5-2742: fixing JavaDoc and NPE in ResourceChangeTrackerImpl
e91ee2a4f is described below

commit e91ee2a4fc07d7481d4281f8aef8b8c65dffc9d3
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sat Jan 14 09:58:27 2023 -0300

    TAP5-2742: fixing JavaDoc and NPE in ResourceChangeTrackerImpl
---
 .../apache/tapestry5/internal/services/ComponentInstantiatorSource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java
index 7f48a0c70..1291d7444 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java
@@ -73,7 +73,7 @@ public interface ComponentInstantiatorSource
 
     /**
      * Invalidates the caches for a given list of class names.
-     * @Since 5.8.3
+     * @since 5.8.3
      */
     void invalidate(List<String> classNames);
 }