You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
2
+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
5
* https://oss.oracle.com/licenses/upl.
@@ -1804,8 +1804,8 @@ public void onMessage(com.tangosol.net.messaging.Message message)
1804
1804
message.run();
1805
1805
}
1806
1806
1807
-
/**
1808
-
* Called when an exception occurs during Message decoding. This method is
1807
+
/**
1808
+
* Called when an exception occurs during Message decoding. This method is
1809
1809
* called on the service thread.
1810
1810
*
1811
1811
* @param e the Throwable thrown during decoding
@@ -1815,13 +1815,13 @@ public void onMessage(com.tangosol.net.messaging.Message message)
0 commit comments