Author: kelvingoodson
Date: Thu Nov 30 09:12:24 2006
New Revision: 481005
URL: http://svn.apache.org/viewvc?view=rev&rev=481005
Log:
I wasn't completely convinced of the requirement for the method I have removed
when I put it in last week, but I thought there was a scenario where it might
be required. After reflection I'm removing and will replace it if and when the
need arrives, since it kind of makes it less easy to make statements about
ContextHelper's state that might be useful invariants to be able to assert when
considering future updates.
Modified:
incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/util/SDOUtil.java
Modified:
incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/util/SDOUtil.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/util/SDOUtil.java?view=diff&rev=481005&r1=481004&r2=481005
==============================================================================
---
incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/util/SDOUtil.java
(original)
+++
incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/util/SDOUtil.java
Thu Nov 30 09:12:24 2006
@@ -286,18 +286,6 @@
resourceSet.getResources().add(resource);
}
}
-
- /**
- * @param scope an instance of TypeHelper which is used to provide scope for
types.
- * Create a HelperContext to provide access to a consistent set of
- * Helpers which make use of the supplied TypeHelper instance to provide
- * scope for type definitions.
- * @return the new HelperContext
- */
-public static HelperContext createHelperContext(TypeHelper scope)
- {
- return new HelperContextImpl(scope);
- }
/**
* Create a HelperContext to provide access to a consistent set of
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]