From fa1314d3a6b58eff1094093cc5570d2cc3a1be52 Mon Sep 17 00:00:00 2001 From: Kanstantsin Shautsou Date: Sat, 15 Oct 2016 19:43:53 +0300 Subject: [PATCH] typo --- core/src/test/java/org/kohsuke/stapler/DataBindingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/org/kohsuke/stapler/DataBindingTest.java b/core/src/test/java/org/kohsuke/stapler/DataBindingTest.java index e0a490ace..0890fa632 100644 --- a/core/src/test/java/org/kohsuke/stapler/DataBindingTest.java +++ b/core/src/test/java/org/kohsuke/stapler/DataBindingTest.java @@ -408,7 +408,7 @@ public static class FluentSetter { public FluentSetter() {} /** - * WIP This tests passes in stapler, bad fluent doesn't work in jenkins... + * WIP This tests passes in stapler, but fluent doesn't work in jenkins... * @see FluentPropertyBeanIntrospector * * It is also possible to transform it to `withXXX()` to have clear vision.