476720 getTrustStoreResource fixed

This commit is contained in:
Greg Wilkins 2015-09-24 17:26:01 +10:00
parent 1af9b3e241
commit 46a611caac
1 changed files with 1 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@ public class SslContextFactory extends AbstractLifeCycle
public Resource getTrustStoreResource()
{
return _keyStoreResource;
return _trustStoreResource;
}
/**