(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / ClassConfigurationTest.java
index 86e6b077907bebcfa51c21fbaf0ad003d5fa16b6..6211d133e6c36d728171fae793c9cfb3b4c258e4 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.adapters;
 
 import java.util.Collections;
@@ -34,9 +34,6 @@ public class ClassConfigurationTest extends AdapterTestCase {
     public void testConstructorConfig() {
         ClassConfiguration classConfig = new ClassConfiguration(X1.class);
 
-        ConstructorConfiguration config = classConfig.getConstructorConfig()
-            .greedy();
-
         ProvidedInterface provided = new DefaultProvidedInterface("arg",
             String.class);
         List<RequiredInterface> required = classConfig.getRequiredInterfaces();