openhab-core/bundles/org.openhab.core.thing
Wouter Born db97610111
Replace StringBuffer usages with StringBuilder (#3668)
See: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/StringBuilder.html

> This class provides an API compatible with StringBuffer, but with no guarantee of synchronization.
> This class is designed for use as a drop-in replacement for StringBuffer in places where the string buffer was being used by a single thread (as is generally the case).
> Where possible, it is recommended that this class be used in preference to StringBuffer as it will be faster under most implementations.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-06-25 17:24:46 +02:00
..
schema Add support for channel-groups to update instructions (#3391) 2023-03-07 21:57:39 +01:00
src Replace StringBuffer usages with StringBuilder (#3668) 2023-06-25 17:24:46 +02:00
.classpath Refactor XML handling (#3385) 2023-02-23 20:06:29 +01:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
jaxb.profile-marker Refactor XML handling (#3385) 2023-02-23 20:06:29 +01:00
pom.xml Add support for things with generic channels (#3355) 2023-06-25 16:22:55 +02:00