Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1488 - development/main/transit/handler/src/main/net/dpml/transit/artifact

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1488 - development/main/transit/handler/src/main/net/dpml/transit/artifact
  • Date: Sun, 16 Jan 2005 14:43:29 +0100

Author: mcconnell
Date: Sun Jan 16 14:43:29 2005
New Revision: 1488

Modified:

development/main/transit/handler/src/main/net/dpml/transit/artifact/ResourceHost.java
Log:
interface should be declared public

Modified:
development/main/transit/handler/src/main/net/dpml/transit/artifact/ResourceHost.java
==============================================================================
---
development/main/transit/handler/src/main/net/dpml/transit/artifact/ResourceHost.java
(original)
+++
development/main/transit/handler/src/main/net/dpml/transit/artifact/ResourceHost.java
Sun Jan 16 14:43:29 2005
@@ -25,7 +25,7 @@
* An interface that represents locations where the artifacts can be
* downloaded.
*/
-interface ResourceHost
+public interface ResourceHost
{
/** Downloads the given artifact to the directory indicated.
* <p>



  • svn commit: r1488 - development/main/transit/handler/src/main/net/dpml/transit/artifact, mcconnell, 01/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page