diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-17 14:23:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-12-19 11:49:10 +0200 |
commit | 581d1e35f86077ce91a59ad3dc4760cda0b19071 (patch) | |
tree | 3c363104a6376d101263ce30c9ecb26b7bee1a2e /qadevOOo | |
parent | 68d87e98951ae3ed5f7b863954667bfdd9805985 (diff) |
java: reduce visibility of some methods and fields
found by UCDetector
Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/complexlib/Assurance.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); |