Skip to content

Commit

Permalink
Implement Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Jan 24, 2024
1 parent 542cab0 commit 6ce94f4
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/*
* Copyright 2009 the original author or authors.
* Copyright 2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* https://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.spockframework.util;

/**
* A BiConsumer that may throw a checked exception.
*
* @author Peter Niederwieser
* @author Leonard Brünings
* @since 2.4
*/
@FunctionalInterface
public interface IThrowableBiConsumer<A, B, T extends Throwable> {
Expand Down

0 comments on commit 6ce94f4

Please sign in to comment.