cvs commit: spice/sandbox/metaclass/src/test/org/realityforge/metaclass/model MockFeature.java
Peter Donald <[email protected]>
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/10/28 03:02:16
Added: sandbox/metaclass/src/test/org/realityforge/metaclass/model
MockFeature.java
Log:
Add in concrete implementation of Feature to use as Mock
Revision Changes Path
1.1 spice/sandbox/metaclass/src/test/org/realityforge/metaclass/model/MockFeature.java
Index: MockFeature.java
===================================================================
/*
* Copyright (C) The Spice Group. All rights reserved.
*
* This software is published under the terms of the Spice
* Software License version 1.1, a copy of which has been included
* with this distribution in the LICENSE.txt file.
*/
package org.realityforge.metaclass.model;
/**
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
* @version $Revision: 1.1 $ $Date: 2003/10/28 11:02:16 $
*/
public class MockFeature
extends FeatureDescriptor
{
public MockFeature( final Attribute[] declaredAttributes,
final Attribute[] attributes )
{
super( declaredAttributes, attributes );
}
}
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/