cvs commit: spice/sandbox/metaclass/src/test/org/realityforge/metaclass AttributesTestCase.java
Peter Donald <[email protected]>
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/10/28 00:15:03
Modified: sandbox/metaclass/src/test/org/realityforge/metaclass
AttributesTestCase.java
Log:
Style source files
Revision Changes Path
1.15 +3 -3 spice/sandbox/metaclass/src/test/org/realityforge/metaclass/AttributesTestCase.java
Index: AttributesTestCase.java
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/test/org/realityforge/metaclass/AttributesTestCase.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- AttributesTestCase.java 22 Oct 2003 09:19:41 -0000 1.14
+++ AttributesTestCase.java 28 Oct 2003 08:15:02 -0000 1.15
@@ -22,7 +22,7 @@
/**
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
- * @version $Revision: 1.14 $ $Date: 2003/10/22 09:19:41 $
+ * @version $Revision: 1.15 $ $Date: 2003/10/28 08:15:02 $
*/
public class AttributesTestCase
extends TestCase
@@ -460,9 +460,9 @@
{
final FieldDescriptor fieldDescriptor =
new FieldDescriptor( "ignoreMe",
- "java.lang.String",
+ "java.lang.String",
Attribute.EMPTY_SET );
- final ClassDescriptor descriptor =
+ final ClassDescriptor descriptor =
new ClassDescriptor( AttributesTestCase.class.getName(),
Attribute.EMPTY_SET,
new FieldDescriptor[]{fieldDescriptor},
-------------------------------------------------------
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/