Kaydet (Commit) 0ce1267a authored tarafından Noel Grandin's avatar Noel Grandin

remove more unnecessary constructor declarations

Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
üst 609f7b85
...@@ -33,11 +33,6 @@ import java.util.List; ...@@ -33,11 +33,6 @@ import java.util.List;
public class FlatFileAccess extends ComplexTestCase public class FlatFileAccess extends ComplexTestCase
{ {
public FlatFileAccess()
{
super();
}
@Override @Override
public String[] getTestMethodNames() public String[] getTestMethodNames()
{ {
......
...@@ -34,11 +34,6 @@ public class ControlValidation extends complexlib.ComplexTestCase implements com ...@@ -34,11 +34,6 @@ public class ControlValidation extends complexlib.ComplexTestCase implements com
private DocumentHelper m_document; /// our current test document private DocumentHelper m_document; /// our current test document
private XMultiServiceFactory m_orb; /// our service factory private XMultiServiceFactory m_orb; /// our service factory
/** Creates a new instance of ControlValidation */
public ControlValidation()
{
}
@Override @Override
public String[] getTestMethodNames() public String[] getTestMethodNames()
{ {
......
...@@ -42,8 +42,6 @@ public class EvalElement { ...@@ -42,8 +42,6 @@ public class EvalElement {
*/ */
public BasicBound targetBound = new BasicBound(); public BasicBound targetBound = new BasicBound();
public EvalElement() {}
public boolean isOptType() { public boolean isOptType() {
return ((targetBound.minValue==BasicBound.MINDOUBLE&&targetBound.maxValue==BasicBound.MINDOUBLE)|| return ((targetBound.minValue==BasicBound.MINDOUBLE&&targetBound.maxValue==BasicBound.MINDOUBLE)||
(targetBound.minValue==BasicBound.MAXDOUBLE&&targetBound.maxValue==BasicBound.MAXDOUBLE)); (targetBound.minValue==BasicBound.MAXDOUBLE&&targetBound.maxValue==BasicBound.MAXDOUBLE));
......
...@@ -29,10 +29,6 @@ import org.jfree.layouting.input.style.keys.box.BoxStyleKeys; ...@@ -29,10 +29,6 @@ import org.jfree.layouting.input.style.keys.box.BoxStyleKeys;
public class ColumnWidthMapper implements StyleMapper public class ColumnWidthMapper implements StyleMapper
{ {
public ColumnWidthMapper()
{
}
public void updateStyle(final String uri, public void updateStyle(final String uri,
final String attrName, final String attrName,
final String attrValue, final String attrValue,
......
...@@ -25,7 +25,7 @@ import com.sun.star.uno.XCurrentContext; ...@@ -25,7 +25,7 @@ import com.sun.star.uno.XCurrentContext;
import test.testtools.bridgetest.XCurrentContextChecker; import test.testtools.bridgetest.XCurrentContextChecker;
final class CurrentContextChecker implements XCurrentContextChecker { final class CurrentContextChecker implements XCurrentContextChecker {
public CurrentContextChecker() {}
public boolean perform( public boolean perform(
XCurrentContextChecker other, int setSteps, int checkSteps) XCurrentContextChecker other, int setSteps, int checkSteps)
......
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