Typos a/an (#13876)
This commit is contained in:
@@ -151,7 +151,7 @@ public abstract class MeterDevice<T> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Read values from this device an store them locally against their OBIS code.
|
||||
* Read values from this device a store them locally against their OBIS code.
|
||||
*
|
||||
* If there is an error in reading, it will be retried {@value #NUMBER_OF_RETRIES} times. The retry will be delayed
|
||||
* by {@code period} seconds.
|
||||
|
||||
@@ -64,7 +64,7 @@ public class SmartMeterChannelTypeProvider implements ChannelTypeProvider, Meter
|
||||
|
||||
@Override
|
||||
public void errorOccurred(Throwable e) {
|
||||
// Nothing to do if there is an reading error...
|
||||
// Nothing to do if there is a reading error...
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user