Skip to content

Commit e8a5749

Browse files
committed
+-todos
1 parent 394c07f commit e8a5749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/net/itarray/automotion/internal/properties/PagePercentage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public PagePercentage(Scalar percentage) {
1919
@Override
2020
public <V extends MetricSpace<V>> Scalar evaluateIn(Context context, ExtendGiving<V> direction) {
2121
Rectangle page = context.getPageRectangle();
22-
Scalar screenExtend = direction.extend(page).norm();
22+
Scalar screenExtend = direction.extend(page).norm(); // todo: behaviour for Vectors
2323
return percentage.times(screenExtend).by(scalar(100));
2424
}
2525

src/main/java/net/itarray/automotion/validation/ChunkUIElementValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public interface ChunkUIElementValidator {
118118
@NotValid({
119119
@Scenario(chunk = "empty", oneOrMore = true),
120120
})
121-
ChunkUIElementValidator haveEqualSize(); // tolerance
121+
ChunkUIElementValidator haveEqualSize();
122122
@Valid({
123123
@Scenario(chunk = "empty"),
124124
@Scenario(chunk = "one"),

0 commit comments

Comments
 (0)