Skip to content

Commit 7a31237

Browse files
committed
Update version
1 parent b99e3f5 commit 7a31237

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.github.joutvhu'
10-
version '1.1.2'
10+
version '1.1.3.0-SNAPSHOT'
1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8
1313

src/test/java/com/joutvhu/fixedwidth/parser/AlignmentTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ static List<Sample> samples() {
4747
new Sample(new CenterPerson("Bob"), " Bob "),
4848

4949
// FIXME fixed length = 10, "Emma".length = 4, this means 3 chars to the left, and 3 chars to the right
50-
// But the padding routine constructs a string of length 11, 4 spaces to the left, 3 spaces to the right
5150
new Sample(new CenterPerson("Emma"), " Emma ")
5251
);
5352
}

0 commit comments

Comments
 (0)