offline building of site deploy to improve performance.
[utils] / system / general / src / main / java / org / wamblee / system / graph / component / LinkVisitor.java
index ca8eda3f6a03fd6c57e85872202ca989c6d908fe..4c24df4a338cfd6de7078321735fdeddd3e8b5a0 100644 (file)
  * 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.graph.component;
 
 import org.wamblee.system.core.ProvidedInterface;
 import org.wamblee.system.core.SystemAssemblyException;
-import org.wamblee.system.graph.DefaultEdge;
 import org.wamblee.system.graph.Edge;
 import org.wamblee.system.graph.Node;
 import org.wamblee.system.graph.Visitor;