Skip to content

Commit 9928f23

Browse files
committed
fix javadoc error
1 parent 845c423 commit 9928f23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

impl/src/main/java/com/sun/faces/application/view/FaceletViewHandlingStrategy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,6 @@ public Stream<String> getViews(FacesContext context, String path, int maxDepth,
771771
* @param viewId the view ID to check
772772
* @return <code>true</code> if assuming a default configuration and the view ID's extension in {@link ViewHandler#FACELETS_SUFFIX_PARAM_NAME}
773773
* Otherwise try to match the view ID based on the configured extensions and prefixes in {@link ViewHandler#FACELETS_VIEW_MAPPINGS_PARAM_NAME}
774-
*
775-
* @see ContextParam#FACELETS_SUFFIX
776-
* @see ContextParam#FACELETS_VIEW_MAPPINGS
777774
*/
778775
@Override
779776
public boolean handlesViewId(String viewId) {

0 commit comments

Comments
 (0)