From 581d1e35f86077ce91a59ad3dc4760cda0b19071 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Dec 2014 14:23:47 +0200 Subject: java: reduce visibility of some methods and fields found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0 --- qadevOOo/runner/complexlib/Assurance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner') diff --git a/qadevOOo/runner/complexlib/Assurance.java b/qadevOOo/runner/complexlib/Assurance.java index f2169b02ef59..9e7d269d6f16 100644 --- a/qadevOOo/runner/complexlib/Assurance.java +++ b/qadevOOo/runner/complexlib/Assurance.java @@ -134,7 +134,7 @@ public class Assurance assure(msg, false, cont); } - public class AssureException extends RuntimeException { + public static class AssureException extends RuntimeException { private AssureException(String msg) { super(msg); -- cgit