|
From: Michael K. <ko...@us...> - 2005-12-20 18:10:32
|
Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23729/cobricks/core Modified Files: ComponentManagerInterface.java Log Message: Index: ComponentManagerInterface.java =================================================================== RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/core/ComponentManagerInterface.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ComponentManagerInterface.java 29 Nov 2005 07:18:38 -0000 1.8 +++ ComponentManagerInterface.java 20 Dec 2005 18:10:24 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Cobricks Group. All rights reserved. + * Copyright (c) 2003-2005 Cobricks Group. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted under the terms of the Cobricks Software @@ -73,6 +73,6 @@ public List getCalendarEntries(int userid, Date date); - public void resetCache() ; + public void resetCache(); } |