Skip to content

Commit cecae3b

Browse files
committed
COLDBOX-1358 #resolve
ProcessState in the InterceptorService is now finally removed
1 parent e85a9a0 commit cecae3b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

system/web/services/InterceptorService.cfc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -217,22 +217,6 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
217217
}
218218
}
219219

220-
/**
221-
* @deprecated please use `announce()` instead
222-
*/
223-
public any function processState(
224-
required any state,
225-
any interceptData = structNew(),
226-
boolean async = false,
227-
boolean asyncAll = false,
228-
boolean asyncAllJoin = true,
229-
string asyncPriority = "NORMAL",
230-
numeric asyncJoinTimeout = 0
231-
){
232-
arguments.data = arguments.interceptData;
233-
return announce( argumentCollection = arguments );
234-
}
235-
236220
/**
237221
* Produce a lazy buffer for performance considerations
238222
*

0 commit comments

Comments
 (0)