Commit f46cdb6f authored by Liang Ding's avatar Liang Ding

🎨 Cleanup code

parent f6095e76
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
*/ */
package org.b3log.solo.event; package org.b3log.solo.event;
/** /**
* Event types. * Event types.
* *
...@@ -39,7 +38,7 @@ public final class EventTypes { ...@@ -39,7 +38,7 @@ public final class EventTypes {
* Indicates a remove article event. * Indicates a remove article event.
*/ */
public static final String REMOVE_ARTICLE = "Remove Article"; public static final String REMOVE_ARTICLE = "Remove Article";
/** /**
* Indicates a before render article event. * Indicates a before render article event.
*/ */
...@@ -68,5 +67,6 @@ public final class EventTypes { ...@@ -68,5 +67,6 @@ public final class EventTypes {
/** /**
* Private default constructor. * Private default constructor.
*/ */
private EventTypes() {} private EventTypes() {
}
} }
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