Skip to content

Commit

Permalink
fix: useless HttpInjector#isRelevant function
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Oct 30, 2024
1 parent e88bff5 commit 621820d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
public abstract class HttpInjector extends Injector {
private final Logger logger = LoggerFactory.getLogger("HttpInjector " + hashCode());

public abstract boolean isRelevant(InjectorContext ctx, HttpRequest request);

public abstract HttpByteBuf intercept(ChannelHandlerContext ctx, HttpRequest request);

@Override
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.21.1+build.3
loader_version=0.16.7

# Mod Properties
version=2.0.0
version=2.0.1
group=net.mcbrawls.inject
id=inject

Expand Down

0 comments on commit 621820d

Please sign in to comment.