~ubuntu-branches/debian/sid/tomcat6/sid

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/realm/JNDIRealm.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-22 10:03:04 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140522100304-mihmp51mlvi4mr0m
Tags: 6.0.41-1
* New upstream release.
  - Refreshed the patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 *
170
170
 * @author John Holman
171
171
 * @author Craig R. McClanahan
172
 
 * @version $Id: JNDIRealm.java 1560898 2014-01-24 04:13:02Z kkolinko $
 
172
 *
173
173
 */
174
174
 
175
175
public class JNDIRealm extends RealmBase {