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

Commit

Permalink
clean some messy meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 16, 2019
1 parent 059586a commit f4c36d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class GetRequestScriptEvent extends BasicRequestScriptEvent {
//
// @Regex ^on get request$
//
// @Cancellable false
//
// @Triggers when the web server receives a GET request
//
// @Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public class PostRequestScriptEvent extends BasicRequestScriptEvent {
//
// @Regex ^on post request$
//
// @Cancellable false
//
// @Triggers when the web server receives a POST request
//
// @Context
Expand Down

0 comments on commit f4c36d5

Please sign in to comment.