From 6ec4f968e0c1cf7e3b0422492391d25f93fdb624 Mon Sep 17 00:00:00 2001 From: jay2015 <328008932@qq.com> Date: Mon, 15 Jul 2019 16:45:44 +0800 Subject: [PATCH] Added method async() for the purpose of 'Call the method asynchronously' --- src/test/java/OkReflectTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/OkReflectTest.java b/src/test/java/OkReflectTest.java index 7a6d374..88134cb 100644 --- a/src/test/java/OkReflectTest.java +++ b/src/test/java/OkReflectTest.java @@ -380,5 +380,6 @@ public void testSetFinalFieldOfClass() { } // Added method async() for the purpose of 'Call the method asynchronously' + // Added method field for the purpose of get the field after async task. }