mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
[cleanup] erefactor/EclipseJdt - Remove redundant super() call in constructor
EclipseJdt cleanup 'RemoveUnnecessarySuperCall' applied by erefactor. For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php For erefactor see https://github.com/cal101/erefactor
This commit is contained in:
@@ -105,7 +105,6 @@ public final class Props extends Properties implements BasicTypeGetter<String>,
|
||||
* 构造
|
||||
*/
|
||||
public Props() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -63,7 +63,6 @@ public class Profile implements Serializable {
|
||||
* @param useVar 是否使用变量
|
||||
*/
|
||||
public Profile(String profile, Charset charset, boolean useVar) {
|
||||
super();
|
||||
this.profile = profile;
|
||||
this.charset = charset;
|
||||
this.useVar = useVar;
|
||||
|
Reference in New Issue
Block a user