Skip to content

Commit 2bccc4a

Browse files
authored
删除用不上但因为依赖未下载成功导致报错的代码
1 parent 63ff830 commit 2bccc4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

APIJSON-Java-Server/APIJSONBoot/src/main/java/apijson/boot/DemoApplication.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public JSONObject parseJSON(String type, Object value) {
154154

155155
if (value instanceof ApplicationContext
156156
|| value instanceof Context
157-
|| value instanceof org.omg.CORBA.Context
158157
|| value instanceof org.apache.catalina.Context
159158
|| value instanceof ch.qos.logback.core.Context
160159
) {
@@ -171,7 +170,6 @@ public boolean apply(Object object, String name, Object value) {
171170

172171
if (value instanceof ApplicationContext
173172
|| value instanceof Context
174-
|| value instanceof org.omg.CORBA.Context
175173
|| value instanceof org.apache.catalina.Context
176174
|| value instanceof ch.qos.logback.core.Context
177175
) {

0 commit comments

Comments
 (0)