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.
* *
...@@ -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