Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Apr 21, 2022
1 parent fb06e30 commit 1541a65
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2022 Oracle and/or its affiliates and others.
* All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -27,10 +28,6 @@
import com.sun.ts.tests.common.webclient.http.HttpResponse;
import com.sun.ts.tests.common.webclient.validation.TokenizedValidator;

/**
* This validator will, loosely, validate the generated output of a jsp:plugin
* action.
*/
public class JspWriterValidator extends TokenizedValidator {

private static final String UNIX_LINE_SEPARATOR = "\n";
Expand Down

0 comments on commit 1541a65

Please sign in to comment.