Author: alessio.soldano(a)jboss.com
Date: 2011-05-03 11:59:46 -0400 (Tue, 03 May 2011)
New Revision: 14231
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/MetadataBuilder.java
Log:
Updating comment
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/MetadataBuilder.java
===================================================================
---
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/MetadataBuilder.java 2011-05-03
15:40:38 UTC (rev 14230)
+++
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/MetadataBuilder.java 2011-05-03
15:59:46 UTC (rev 14231)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2011, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -22,7 +22,6 @@
package org.jboss.wsf.stack.cxf.metadata;
import java.io.IOException;
-import java.io.InputStream;
import java.util.LinkedList;
import java.util.List;
import java.util.Stack;
@@ -315,7 +314,7 @@
{
throw new RuntimeException("Could not find " + configFile);
}
- //TODO!! use default endpoint configuration as a fallback
+ //TODO [JBWS-3286] use default endpoint configuration as a fallback
}
/**
Show replies by date