Author: ross.gardler
Date: Wed Sep 17 15:22:53 2008
New Revision: 1323
Modified:
trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/model/IResource.java
Log:
No need to throw SimalRepositoryException from getAddress()
Modified:
trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/model/IResource.java
==============================================================================
---
trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/model/IResource.java
(original)
+++
trunk/uk.ac.osswatch.simal.core/src/main/java/uk/ac/osswatch/simal/model/IResource.java
Wed Sep 17 15:22:53 2008
@@ -42,7 +42,7 @@
* Get the URI for this resource.
* @throws SimalRepositoryException
*/
- public String getURI() throws SimalRepositoryException;
+ public String getURI();
/**
* Get the label for this resource. If the resource does not have a
defined
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Simal Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en
-~----------~----~----~----~------~----~------~--~---