Skip to content
Snippets Groups Projects
Commit d5afea75 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

unused variables removed

parent fb9e7610
No related branches found
No related tags found
1 merge request!864Resolve "Users sorting by name not available"
......@@ -39,7 +39,6 @@ public class CommentTest extends ModelTestFunctions {
String name = "n";
boolean pinned = true;
String removeReason = "rr";
Model submodel = new ModelFullIndexed(null);
Integer tableId = 5;
Class<?> tableName = Object.class;
User user = new User();
......
......@@ -96,8 +96,6 @@ public class LayerOvalTest extends ModelTestFunctions {
String heightParam = "72.2";
Double height = 72.2;
String invalidNumberStr = "xxd";
int id = 52;
Color color = Color.BLACK;
......
......@@ -118,8 +118,6 @@ public class LayerTextTest extends ModelTestFunctions {
String fontSizeParam = "5.0";
Double fontSize = 5.0;
String invalidNumberStr = "xxd";
text.setY(yParam);
assertEquals(y, text.getY(), Configuration.EPSILON);
assertEquals(y, text.getY(), Configuration.EPSILON);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment