Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed May 3, 2022
1 parent 7058b27 commit 316a343
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.blade.patchca;
package com.hellokaton.blade.patchca;

import com.hellokaton.blade.mvc.WebContext;
import com.hellokaton.blade.mvc.http.Request;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.blade.patchca;
package com.hellokaton.blade.patchca;

import org.patchca.color.ColorFactory;
import org.patchca.filter.FilterFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.blade.patchca;
package com.hellokaton.blade.patchca;

public class PatchcaException extends Exception {

Expand Down
6 changes: 3 additions & 3 deletions src/test/java/org/blade/patchca/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import java.io.IOException;

import com.blade.patchca.DefaultPatchca;
import com.blade.patchca.Patchca;
import com.blade.patchca.PatchcaException;
import com.hellokaton.blade.patchca.DefaultPatchca;
import com.hellokaton.blade.patchca.Patchca;
import com.hellokaton.blade.patchca.PatchcaException;

public class AppTest {

Expand Down

0 comments on commit 316a343

Please sign in to comment.