Skip to content

Commit 42192fd

Browse files
committed
[javadocs] Fix javadoc on test side
did not address any warnings as a lot of them and those only affect us
1 parent 43e253c commit 42192fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/mybatis/spring/filter/xml/XmlScanFilterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 the original author or authors.
2+
* Copyright 2010-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
import org.springframework.context.support.ClassPathXmlApplicationContext;
2525

2626
/**
27-
* test the function of excludeFilters in <mybatis:scan/>
27+
* test the function of excludeFilters in <code><mybatis:scan/></code>.
2828
*/
2929
public class XmlScanFilterTest {
3030

0 commit comments

Comments
 (0)