Skip to content

Commit 05f926d

Browse files
author
Lloyd Watkin
committed
Throw exception
1 parent d3140dc commit 05f926d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/set

src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/set/Publish.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private void sendInvalidEntryResponse()
144144
outQueue.put(response);
145145
}
146146

147-
private boolean isRequestValid() throws InterruptedException {
147+
private boolean isRequestValid() throws Exception {
148148
item = request.getChildElement().element("publish").element("item");
149149
if (null == item) {
150150
createExtendedErrorReply(PacketError.Type.modify,

0 commit comments

Comments
 (0)