typo in constant name

This commit is contained in:
Christopher Smith
2014-07-10 16:23:37 -05:00
parent c9cd0c9e64
commit 488cd6aaeb
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.cloud.service.common.PostgresqlServiceInfo;
public class PostgresqlServiceInfoCreator extends RelationalServiceInfoCreator<PostgresqlServiceInfo> {
public PostgresqlServiceInfoCreator() {
super(new Tags("postgresql"), PostgresqlServiceInfo.URI_SCHEMA);
super(new Tags("postgresql"), PostgresqlServiceInfo.URI_SCHEME);
}
@Override