Skip to content

Commit

Permalink
#27: StagingRuleFailuresException: Staging rules failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Mar 8, 2021
1 parent ae1c944 commit 6120e4c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
* OR OTHER DEALINGS IN THE SOFTWARE.
*/
package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import java.util.Collection;
import java.util.function.Predicate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
* OR OTHER DEALINGS IN THE SOFTWARE.
*/
package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import java.util.function.Predicate;
import java.util.stream.Collectors;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
* @author Yurii Dubinka ([email protected])
* @since 0.1.0
*/
package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import org.hamcrest.core.IsEqual;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import org.hamcrest.core.IsEqual;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import org.hamcrest.core.IsEqual;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/

package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

import org.hamcrest.core.AllOf;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
* @author Yurii Dubinka ([email protected])
* @since 0.1.0
*/
package io.dgroup.enumerable4j;
package io.github.dgroup.enumerable4j;

0 comments on commit 6120e4c

Please sign in to comment.