Formatting fix.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@539813 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-05-20 01:25:52 +00:00
parent f98ecf4d22
commit 81e89bcd80
1 changed files with 1 additions and 1 deletions

View File

@ -73,5 +73,5 @@ public interface DataCacheManager {
/**
* Close all caches.
*/
public void close ();
public void close();
}