1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[cleanup] Fix javadoc errors

This commit is contained in:
Martin Oberhuber 2006-08-25 09:21:13 +00:00
parent be5b092695
commit a249835ec6

View file

@ -23,9 +23,11 @@ package org.eclipse.rse.services.clientserver;
public interface IMatcher
{
/**
* 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);
}