mirror of https://github.com/qos-ch/slf4j
typo
This commit is contained in:
parent
ebdcb85ddb
commit
9a112140c9
|
|
@ -39,7 +39,7 @@ prefix='';
|
|||
7: Integer t;
|
||||
8: Integer oldT;
|
||||
9:
|
||||
10: public void setTemperature(Integer temparature) {
|
||||
10: public void setTemperature(Integer temperature) {
|
||||
11:
|
||||
12: oldT = t;
|
||||
13: t = temperature;
|
||||
|
|
|
|||
Loading…
Reference in New Issue