--- old/src/share/jaxws_classes/com/sun/xml/internal/ws/api/ComponentFeature.java 2013-04-04 15:28:32.664614098 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/ws/api/ComponentFeature.java 2013-04-04 15:28:32.604614097 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -25,6 +25,9 @@ package com.sun.xml.internal.ws.api; +import com.sun.xml.internal.ws.api.server.Container; +import com.sun.xml.internal.ws.api.server.WSEndpoint; +import com.sun.xml.internal.ws.client.Stub; import javax.xml.ws.WebServiceFeature; /**