This commit is contained in:
Milos Kozak 2017-06-27 13:59:37 +02:00
parent 9fb428c128
commit 311a14e457
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ public class SensitivityMKPlugin implements PluginBase, SensitivityInterface{
@Override
public int getType() {
return INSULIN;
return SENSITIVITY;
}
@Override

View file

@ -41,7 +41,7 @@ public class SensitivityOref0Plugin implements PluginBase, SensitivityInterface
@Override
public int getType() {
return INSULIN;
return SENSITIVITY;
}
@Override