Added checkstyle for tests
This commit is contained in:
@@ -188,7 +188,7 @@ class Foo {
|
||||
Foo() {
|
||||
}
|
||||
|
||||
public Foo(String value) {
|
||||
Foo(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@ class Bar {
|
||||
Bar() {
|
||||
}
|
||||
|
||||
public Bar(String value) {
|
||||
Bar(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.cloud.function.adapter.azure;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user