> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * 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.jclouds.openstack.neutron.v2.util;
> +
> +import java.lang.reflect.Field;
> +
> +public class ClassUtil {
> +
> +    public static Field findField(Class clazz, String fieldName) {

This is just copied over from neutron v2_0 to ensure live tests can work the 
same way. It will be removed eventually, but I don't want to change it till 
then.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/111/files#r15362301

Reply via email to