Commit c98a6e7c authored by Liang Ding's avatar Liang Ding

💡 更新 javadoc

parent 15d36490
...@@ -27,7 +27,7 @@ import org.b3log.solo.repository.OptionRepository; ...@@ -27,7 +27,7 @@ import org.b3log.solo.repository.OptionRepository;
import org.json.JSONObject; import org.json.JSONObject;
/** /**
* Upgrade script from v3.3.0 to v3.4.0. * Upgrade script from v3.4.0 to v3.5.0.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.1, Mar 31, 2019 * @version 1.0.0.1, Mar 31, 2019
...@@ -41,7 +41,7 @@ public final class V340_350 { ...@@ -41,7 +41,7 @@ public final class V340_350 {
private static final Logger LOGGER = Logger.getLogger(V340_350.class); private static final Logger LOGGER = Logger.getLogger(V340_350.class);
/** /**
* Performs upgrade from v3.3.0 to v3.4.0. * Performs upgrade from v3.4.0 to v3.5.0.
* *
* @throws Exception upgrade fails * @throws Exception upgrade fails
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment