Skip to content

Commit c0e4387

Browse files
committed
Fix JIRA issue number in @ignore comments
Issue: SPR-10333
1 parent 9b72bf4 commit c0e4387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-orm/src/test/java/org/springframework/orm/jpa/openjpa/OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @author Ramnivas Laddad
2626
* @author Chris Beams
2727
*/
28-
@Ignore("This test causes gradle to hang. See SPR-103333.")
28+
@Ignore("This test causes gradle to hang. See SPR-10333.")
2929
public class OpenJpaEntityManagerFactoryWithAspectJWeavingIntegrationTests extends OpenJpaEntityManagerFactoryIntegrationTests {
3030

3131
@Override

spring-orm/src/test/java/org/springframework/orm/jpa/toplink/TopLinkMultiEntityManagerFactoryIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Costin Leau
2929
* @author Chris Beams
3030
*/
31-
@Ignore("This test causes gradle to hang. See SPR-103333.")
31+
@Ignore("This test causes gradle to hang. See SPR-10333.")
3232
public class TopLinkMultiEntityManagerFactoryIntegrationTests extends
3333
AbstractContainerEntityManagerFactoryIntegrationTests {
3434

0 commit comments

Comments
 (0)