Update of /cvsroot/csseditor/net.sourceforge.csseditor/src/net/sourceforge/csseditor
In directory sc8-pr-cvs1:/tmp/cvs-serv20586/src/net/sourceforge/csseditor
Modified Files:
IProfile.java
Log Message:
Added type comment
Index: IProfile.java
===================================================================
RCS file: /cvsroot/csseditor/net.sourceforge.csseditor/src/net/sourceforge/csseditor/IProfile.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IProfile.java 14 Dec 2003 21:59:32 -0000 1.1.1.1
--- IProfile.java 28 Dec 2003 22:28:04 -0000 1.2
***************
*** 19,23 ****
/**
! * TODO Document this interface
*/
public interface IProfile {
--- 19,26 ----
/**
! * Interface for extensions that provide information about specific CSS
! * profiles.
! *
! * <b>Note that this interface is very likely to change or even disappear.</b>
*/
public interface IProfile {
|