lukaszlenart commented on code in PR #920:
URL: https://github.com/apache/struts/pull/920#discussion_r1574120929


##########
plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java:
##########
@@ -105,19 +102,8 @@ public class StrutsTilesContainerFactory extends 
BasicTilesContainerFactory {
 
     /**
      * Default pattern to be used to collect Tiles definitions if user didn't 
configure any
-     *
-     * @deprecated since Struts 6.4.0, use {@link #TILES_DEFAULT_PATTERNS} 
instead
      */
-    @Deprecated
-    public static final String TILES_DEFAULT_PATTERN = 
"/WEB-INF/**/tiles*.xml,classpath*:META-INF/**/tiles*.xml";
-
-    /**
-     * Default pattern to be used to collect Tiles definitions if user didn't 
configure any
-     */
-    public static final Set<String> TILES_DEFAULT_PATTERNS = 
Collections.unmodifiableSet(new HashSet<>(Arrays.asList(

Review Comment:
   Right, fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to