mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
changed getWindowSized to synchronized since setWindowSize was already synchronized
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22b8f2abbd
commit
bdcd470267
@ -212,7 +212,7 @@ public class ListUnivariateImpl extends DescriptiveStatistics implements Seriali
|
||||
/**
|
||||
* @see org.apache.commons.math.stat.descriptive.DescriptiveStatistics#getWindowSize
|
||||
*/
|
||||
public int getWindowSize() {
|
||||
public synchronized int getWindowSize() {
|
||||
return windowSize;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user