Skip to content

Commit fc9f51f

Browse files
committed
Improve Javadoc
1 parent d5c6550 commit fc9f51f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/PaxExamWithExternalResource.java

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
* external resources that are needed by the test. Please note that due to the way PaxExam works, the class cannot be
4949
* the same as the test class, but it can be a static inner class of it otherwise the class will need to be resolved
5050
* within Karaf which is what we want to avoid.
51+
*
52+
* @see UseExternalResourceProvider
5153
*/
5254
public class PaxExamWithExternalResource extends Runner implements Filterable, Sortable {
5355
private static final Logger LOG = LoggerFactory.getLogger(PaxExamWithExternalResource.class);

0 commit comments

Comments
 (0)