1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

ProviderFactory: Provide default implementation of _getProviderName()

This commit is contained in:
Paul Schaub 2023-06-05 19:30:02 +02:00
parent 96da3db2b8
commit 41d734f2db
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 4 additions and 9 deletions

View file

@ -25,10 +25,6 @@ public class ProviderFactoryTest {
return provider;
}
@Override
protected String _getProviderName() {
return provider.getName();
}
};
@Test