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

[cleanup] Fix javadoc errors

This commit is contained in:
Martin Oberhuber 2006-08-25 09:42:59 +00:00
parent d0177e0d64
commit ecc00ea243

View file

@ -27,7 +27,8 @@ public interface ISystemPageCompleteListener
/**
* The callback method.
* This is called whenever setPageComplete is called by the form code.
* @see {@link SystemBaseForm#addPageCompleteListener(ISystemPageCompleteListener)}
* @param complete complete indicator as set by the caller
* @see SystemBaseForm#addPageCompleteListener(ISystemPageCompleteListener)
*/
public void setPageComplete(boolean complete);