Searched defs:fix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java294 return fix(field.getGenericType());
306 return fix(method.getGenericReturnType());
441 return fix(p.getActualTypeArguments()[i]);
606 * fix that manually to work around the problem.
610 private Type fix(Type t) { method in class:ReflectionNavigator

Completed in 31 milliseconds