added link to writingchecks.html (patch by Peter Dobratz)

This commit is contained in:
Lars Kühne 2003-03-01 07:56:08 +00:00
parent 43982ded33
commit 1ddca05027
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ import java.util.Set;
*
* @author <a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a>
* @version 1.0
* @see <a href="./{@docRoot}/../writingchecks.html" target="_top">Writing
* your own checks</a>
*/
public abstract class Check extends AutomaticBean
{