[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core ProfileRegistry.java,1.11,1.12
Status: Beta
Brought to you by:
huston
|
From: Huston F. <hu...@us...> - 2002-09-07 14:59:06
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core
In directory usw-pr-cvs1:/tmp/cvs-serv32286
Modified Files:
ProfileRegistry.java
Log Message:
javadoc fixes
Index: ProfileRegistry.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/ProfileRegistry.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** ProfileRegistry.java 29 Nov 2001 04:00:00 -0000 1.11
--- ProfileRegistry.java 7 Sep 2002 14:59:03 -0000 1.12
***************
*** 3,7 ****
*
* Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved.
! * Copyright (c) 2001 Huston Franklin. All rights reserved.
*
* The contents of this file are subject to the Blocks Public License (the
--- 3,7 ----
*
* Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved.
! * Copyright (c) 2001,2002 Huston Franklin. All rights reserved.
*
* The contents of this file are subject to the Blocks Public License (the
***************
*** 74,82 ****
/**
! * Method getProfiles
! *
! *
! * @return
! *
*/
public Enumeration getProfiles()
--- 74,78 ----
/**
! * Returns the currently registered profile URIs.
*/
public Enumeration getProfiles()
|