[
https://issues.apache.org/jira/browse/KYLIN-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanhui LI updated KYLIN-1655:
-----------------------------
Description:
The function 'getKylinPropertiesAsInputSteam', in class
org.apache.kylin.common.KylinConfig, is misspelt.
It should be renamed to 'getKylinPropertiesAsInputStream'.
...
public static InputStream getKylinPropertiesAsInputSteam() {
File propFile = getKylinProperties();
if (propFile == null || !propFile.exists()) {
...
was:
The function 'getKylinPropertiesAsInputSteam', in class
org.apache.kylin.common.KylinConfig, is misspelt.
It should be renamed to 'getKylinPropertiesAsInputStream'.
> function name 'getKylinPropertiesAsInputSteam' misspelt
> -------------------------------------------------------
>
> Key: KYLIN-1655
> URL: https://issues.apache.org/jira/browse/KYLIN-1655
> Project: Kylin
> Issue Type: Wish
> Components: General
> Affects Versions: all
> Environment: Ubuntu 14.04 LTS
> JDK 1.7.0
> Reporter: Hanhui LI
> Priority: Trivial
> Labels: easyfix, easytest
> Fix For: Future
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> The function 'getKylinPropertiesAsInputSteam', in class
> org.apache.kylin.common.KylinConfig, is misspelt.
> It should be renamed to 'getKylinPropertiesAsInputStream'.
> ...
> public static InputStream getKylinPropertiesAsInputSteam() {
> File propFile = getKylinProperties();
> if (propFile == null || !propFile.exists()) {
> ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)