brailleapps / dotify.formatter.impl

Provides an implementation of the formatter interfaces in dotify.api
GNU Lesser General Public License v2.1
0 stars 6 forks source link

Synchronization should be private #109

Closed PaulRambags closed 4 years ago

PaulRambags commented 5 years ago

File src/org/daisy/dotify/formatter/impl/search/BlockAddress.java contains a public static synchronized method. For performance reasons, synchronization should always be on a private method or object.

PaulRambags commented 4 years ago

Was fixed on Aug 23.