aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/model/ExtendedModel.java
AgeCommit message (Collapse)Author
2023-05-29fix typo: replaced .containsKey with .getmerabtenei
2023-05-29fix return null valuemerabtenei
2023-05-28fix NullPointerException when attribute key is defined and value is set to ↵merabtenei
null, caused by calling .toString() on null.
2023-05-15Add HTML branding overridesAnton Tananaev
2022-11-02Improve attribute type handlingAnton Tananaev
2022-09-08Attributes never nullAnton Tananaev
2022-07-13Simplify attribute checkAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev