You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by BruceKuiLiu <gi...@git.apache.org> on 2018/04/24 15:24:41 UTC

[GitHub] stanbol pull request #7: STANBOL-1468: Change the method name.

GitHub user BruceKuiLiu opened a pull request:

    https://github.com/apache/stanbol/pull/7

    STANBOL-1468: Change the method name.

    The method "toLRU" is adding the data of the paraement 'r' to the variable "lru", but it is named "toLRU". "toLRU" seems to mean that converting one object to another one, so that "toLRU" may be confusing. "addToLRU" should be better.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BruceKuiLiu/stanbol trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/stanbol/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7
    
----
commit 156cbfd034948e6805bc32be9a4e31c3366c48c8
Author: Kui LIU <br...@...>
Date:   2018-04-24T15:23:51Z

    STANBOL-1468: Change the method name.
    
    The method "toLRU" is adding the data of the paraement 'r' to the variable "lru", but it is named "toLRU". "toLRU" seems to mean that converting one object to another one, so that "toLRU" may be confusing. "addToLRU" should be better.

----


---

[GitHub] stanbol pull request #7: STANBOL-1468: Change the method name.

Posted by BruceKuiLiu <gi...@git.apache.org>.
Github user BruceKuiLiu closed the pull request at:

    https://github.com/apache/stanbol/pull/7


---