Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2273 - development/central/site/src/docs/about/notepad/freight

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2273 - development/central/site/src/docs/about/notepad/freight
  • Date: Tue, 12 Apr 2005 23:03:52 -0400

Author: mcconnell AT dpml.net
Date: Tue Apr 12 23:03:46 2005
New Revision: 2273

Modified:
development/central/site/src/docs/about/notepad/freight/development.xml
Log:
housekeeping

Modified:
development/central/site/src/docs/about/notepad/freight/development.xml
==============================================================================
--- development/central/site/src/docs/about/notepad/freight/development.xml
(original)
+++ development/central/site/src/docs/about/notepad/freight/development.xml
Tue Apr 12 23:03:46 2005
@@ -112,9 +112,20 @@
</p>

<source>
+public interface DimensionalContext
+{
+ int getHeight( int h );
+ int getWidth( int w );
+}
+
+public class ExampleComponent implements MyService
+{
+ ...
+
public interface Context extends DimensionalContext
{
}
+}
</source>

<p>
@@ -279,12 +290,6 @@

import java.util.logging.Logger;

-/**
- * Component implementation that demonstrates the use of a context
inner-class.
- *
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
- * @version $Id: CompositionTestCase.java 1393 2005-01-06 10:27:10Z niclas $
- */
public class ExampleContainer implements Example
{
private final Logger m_logger;
@@ -298,9 +303,6 @@
m_parts = parts;
}

- /**
- * Implementation of the Example service interface.
- */
public void doMyStuff()
{
//



  • svn commit: r2273 - development/central/site/src/docs/about/notepad/freight, mcconnell, 04/12/2005

Archive powered by MHonArc 2.6.24.

Top of Page