typo
This commit is contained in:
parent
9fb428c128
commit
311a14e457
|
@ -42,7 +42,7 @@ public class SensitivityMKPlugin implements PluginBase, SensitivityInterface{
|
|||
|
||||
@Override
|
||||
public int getType() {
|
||||
return INSULIN;
|
||||
return SENSITIVITY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -41,7 +41,7 @@ public class SensitivityOref0Plugin implements PluginBase, SensitivityInterface
|
|||
|
||||
@Override
|
||||
public int getType() {
|
||||
return INSULIN;
|
||||
return SENSITIVITY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue