delete meaningless blank lines

pull/445/head
chen.ma 3 years ago
parent df4886aa35
commit b03bc03558

@ -43,7 +43,6 @@ public final class Singleton {
return result == null ? null : (T) result; return result == null ? null : (T) result;
} }
/** /**
* Get a singleton object by key. * Get a singleton object by key.
* *

Loading…
Cancel
Save