#844 - Moved TypeReferences to server.core package.

This commit is contained in:
Oliver Drotbohm
2019-02-28 20:29:55 +01:00
parent ff8bc33daf
commit 3077211db2
4 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.hateoas.server.mvc;
package org.springframework.hateoas.server.core;
import java.io.Serializable;
import java.lang.reflect.ParameterizedType;