commit | 0fbca6337e4db0a1a398364320ba7d01cff3f8c4 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Mon Mar 06 17:02:32 2006 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Mon Mar 06 17:02:32 2006 +0000 |
tree | 925c77d8ea32e171b9e01151bf3965e5d53831b8 | |
parent | 6012842aa494cca218caa5b7f5489d4ee64aaccd [diff] |
Just some formatting changes to try to flush a subclipse issue I am having. git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@383584 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/cache/DefaultBundleArchive.java b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/cache/DefaultBundleArchive.java index c44881d..213987e 100644 --- a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/cache/DefaultBundleArchive.java +++ b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/cache/DefaultBundleArchive.java
@@ -725,6 +725,7 @@ * necessary to keep track of this so it is possible to determine what * kind of revision needs to be created when recreating revisions when * the framework restarts. + * </p> * @return the last update location. * @throws Exception if any error occurs. **/ @@ -764,6 +765,7 @@ * necessary to keep track of this so it is possible to determine what * kind of revision needs to be created when recreating revisions when * the framework restarts. + * </p> * @throws Exception if any error occurs. **/ private void setCurrentLocation(String location) throws Exception @@ -961,4 +963,4 @@ if (os != null) os.close(); } } -} +} \ No newline at end of file