summaryrefslogtreecommitdiff
path: root/framework/qa/complex/dispatches/Interceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/dispatches/Interceptor.java')
-rw-r--r--framework/qa/complex/dispatches/Interceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/dispatches/Interceptor.java b/framework/qa/complex/dispatches/Interceptor.java
index 5ce13a52bb66..ecbac44216ec 100644
--- a/framework/qa/complex/dispatches/Interceptor.java
+++ b/framework/qa/complex/dispatches/Interceptor.java
@@ -158,7 +158,7 @@ public class Interceptor implements XDispatch,
* solar mutex. If this hangs - you can see a beautiful deadlock
* when you attach your debugger to the main process.
*/
- public void checkNoSolarMutexHeld()
+ private void checkNoSolarMutexHeld()
{
try
{