Update of /cvsroot/springframework/spring/src/org/springframework/jndi
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4919/src/org/springframework/jndi
Modified Files:
JndiCallback.java
Log Message:
polishing
Index: JndiCallback.java
===================================================================
RCS file: /cvsroot/springframework/spring/src/org/springframework/jndi/JndiCallback.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JndiCallback.java 12 Sep 2005 20:35:31 -0000 1.4
--- JndiCallback.java 27 Nov 2008 18:04:36 -0000 1.5
***************
*** 1,11 ****
/*
! * Copyright 2002-2005 the original author or authors.
! *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
! *
* http://www.apache.org/licenses/LICENSE-2.0
! *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
--- 1,11 ----
/*
! * Copyright 2002-2008 the original author or authors.
! *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
! *
* http://www.apache.org/licenses/LICENSE-2.0
! *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
***************
*** 30,36 ****
* convenience methods.
*
* @see JndiTemplate
* @see org.springframework.jdbc.core.JdbcTemplate
- * @author Rod Johnson
*/
public interface JndiCallback {
--- 30,36 ----
* convenience methods.
*
+ * @author Rod Johnson
* @see JndiTemplate
* @see org.springframework.jdbc.core.JdbcTemplate
*/
public interface JndiCallback {
***************
*** 38,42 ****
/**
* Do something with the given JNDI context.
! * Implementations don't need to worry about error handling
* or cleanup, as the JndiTemplate class will handle this.
* @param ctx the current JNDI context
--- 38,42 ----
/**
* Do something with the given JNDI context.
! * <p>Implementations don't need to worry about error handling
* or cleanup, as the JndiTemplate class will handle this.
* @param ctx the current JNDI context
|