mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Spring cleaning: avoid unnecessary super() invocations
This commit is contained in:
-1
@@ -60,7 +60,6 @@ public class DefaultTransactionAttribute extends DefaultTransactionDefinition im
|
||||
* @see #setName
|
||||
*/
|
||||
public DefaultTransactionAttribute() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
-1
@@ -60,7 +60,6 @@ public class RuleBasedTransactionAttribute extends DefaultTransactionAttribute i
|
||||
* @see #setRollbackRules
|
||||
*/
|
||||
public RuleBasedTransactionAttribute() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user