Skip to content

Commit

Permalink
Fix IDE warnings in this package (the comments aren't intended to be …
Browse files Browse the repository at this point in the history
…used to generate Javadoc)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1809286 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Sep 22, 2017
1 parent ac90904 commit ccb3bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/org/apache/naming/resources/TestProxyDirContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class TestProxyDirContext extends TomcatBaseTest {

/**
/*
* lookup doesn't always throw the same exception.
*/
@Test
Expand Down
6 changes: 3 additions & 3 deletions test/org/apache/naming/resources/TestWarDirContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void setUp() throws Exception {
new JreMemoryLeakPreventionListener());
}

/**
/*
* Check https://jira.springsource.org/browse/SPR-7350 isn't really an issue
*/
@Test
Expand All @@ -64,7 +64,7 @@ public void testLookupException() throws Exception {
}


/**
/*
* Additional test following on from SPR-7350 above to check files that
* contain JNDI reserved characters can be served when caching is enabled.
*/
Expand Down Expand Up @@ -94,7 +94,7 @@ public void testReservedJNDIFileNamesWithCache() throws Exception {
}


/**
/*
* Additional test following on from SPR-7350 above to check files that
* contain JNDI reserved characters can be served when caching is disabled.
*/
Expand Down

0 comments on commit ccb3bc0

Please sign in to comment.