mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 22:25:52 +02:00
[cleanup] Fix javadoc errors
This commit is contained in:
parent
be5b092695
commit
a249835ec6
1 changed files with 3 additions and 1 deletions
|
@ -23,9 +23,11 @@ package org.eclipse.rse.services.clientserver;
|
||||||
public interface IMatcher
|
public interface IMatcher
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test if the given name matches the given filtering criteria
|
* Test if the given name matches the given filtering criteria
|
||||||
|
* @param input Input string to be matched
|
||||||
|
* @return <code>true</code> if the input string matches this
|
||||||
|
* matcher's criteria
|
||||||
*/
|
*/
|
||||||
public boolean matches(String input);
|
public boolean matches(String input);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue