DATACMNS-973 - Migrate ticket references in test code to Spring Framework style.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014 the original author or authors.
|
||||
* Copyright 2014-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -30,10 +30,7 @@ import org.springframework.data.util.AnnotatedTypeScanner;
|
||||
*/
|
||||
public class TypeAliasUnitTests {
|
||||
|
||||
/**
|
||||
* @see DATACMNS-547
|
||||
*/
|
||||
@Test
|
||||
@Test // DATACMNS-547
|
||||
@SuppressWarnings("unchecked")
|
||||
public void scanningforAtPersistentFindsTypeAliasAnnotatedTypes() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user