Typo registerPassThru

This commit is contained in:
thatsIch
2014-09-21 00:30:21 +02:00
parent 5845fca96f
commit 2819f5c537
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ public class FMP implements IIntegrationModule, IPartFactory, IPartConverter, IF
}
@Override
public void registerPassThru(Class<?> layerInterface)
public void registerPassThrough(Class<?> layerInterface)
{
try
{