Remove unnecessary doclint param on API

This commit is contained in:
Zach Brown 2017-05-27 23:36:18 -05:00
parent 066f383b95
commit 7611b62cf0
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
3 changed files with 17 additions and 18 deletions

View file

@ -1,4 +1,4 @@
From 0e3da9b4f55b5b2a07c2bdb4eb6c4e500422fef4 Mon Sep 17 00:00:00 2001
From 35fae0eeb31476dc9704645cce8045ebb19f0f18 Mon Sep 17 00:00:00 2001
From: Techcable <Techcable@outlook.com>
Date: Thu, 3 Mar 2016 13:20:33 -0700
Subject: [PATCH] Use ASM for event executors.
@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index c7514ba9..c671cc33 100644
index 8990bdcc..e7a4eb2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,12 @@
@@ -127,6 +127,12 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
@ -395,5 +395,5 @@ index d8b9c244..40fd71dc 100644
eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled()));
} else {
--
2.11.0
2.13.0.windows.1