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