|
From: <lh...@us...> - 2008-04-21 14:31:49
|
Revision: 24
http://tinytim.svn.sourceforge.net/tinytim/?rev=24&view=rev
Author: lheuer
Date: 2008-04-21 07:31:49 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Made ITyped public due to issues with the indexes
Modified Paths:
--------------
tinytim/trunk/src/main/java/org/tinytim/ITyped.java
Modified: tinytim/trunk/src/main/java/org/tinytim/ITyped.java
===================================================================
--- tinytim/trunk/src/main/java/org/tinytim/ITyped.java 2008-04-21 14:02:48 UTC (rev 23)
+++ tinytim/trunk/src/main/java/org/tinytim/ITyped.java 2008-04-21 14:31:49 UTC (rev 24)
@@ -30,7 +30,7 @@
* @author Lars Heuer (heuer[at]semagia.com) <a href="http://www.semagia.com/">Semagia</a>
* @version $Rev$ - $Date$
*/
-interface ITyped extends IConstruct {
+public interface ITyped extends IConstruct {
/**
* Returns the type of the construct.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|