Author: ajaquith
Date: Wed Jun 11 23:27:13 2008
New Revision: 666974
URL: http://svn.apache.org/viewvc?rev=666974&view=rev
Log:
Miscellaneous and varied Java 5 enhancements (such as for-loops), or comments.
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/JDBCGroupDatabase.java
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/XMLGroupDatabase.java
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/JDBCGroupDatabase.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/JDBCGroupDatabase.java?rev=666974&r1=666973&r2=666974&view=diff
==============================================================================
---
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/JDBCGroupDatabase.java
(original)
+++
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/JDBCGroupDatabase.java
Wed Jun 11 23:27:13 2008
@@ -242,6 +242,7 @@
* @deprecated there is no need to call this method because the save and
* delete methods contain their own commit logic
*/
+ @SuppressWarnings("deprecation")
public void commit() throws WikiSecurityException
{
}
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/XMLGroupDatabase.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/XMLGroupDatabase.java?rev=666974&r1=666973&r2=666974&view=diff
==============================================================================
---
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/XMLGroupDatabase.java
(original)
+++
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/XMLGroupDatabase.java
Wed Jun 11 23:27:13 2008
@@ -124,6 +124,7 @@
* @deprecated there is no need to call this method because the save and
* delete methods contain their own commit logic
*/
+ @SuppressWarnings("deprecation")
public void commit() throws WikiSecurityException
{ }