diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-08 11:15:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 08:49:22 +0200 |
commit | 14d1a11ec4a7ed0deeac522403248536e8d23f57 (patch) | |
tree | 6a976bf53992c68a46472199e5fb494339899ae6 /bean/com/sun/star/beans | |
parent | cd0bbdaf379d646c94e6771f3358d7e3a8f206ad (diff) |
java: reduce scope, make constructors private
found by UCDetector
Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r-- | bean/com/sun/star/beans/LocalOfficeWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java index 2db466a96bf0..afeb89e0fd38 100644 --- a/bean/com/sun/star/beans/LocalOfficeWindow.java +++ b/bean/com/sun/star/beans/LocalOfficeWindow.java @@ -263,7 +263,7 @@ public class LocalOfficeWindow Thread aWatchedThread; long nTimeout; - CallWatchThread( long nTimeout ) + private CallWatchThread( long nTimeout ) { this.aWatchedThread = Thread.currentThread(); this.nTimeout = nTimeout; |