[ 
https://issues.apache.org/jira/browse/PIO-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16655756#comment-16655756
 ] 

ASF GitHub Bot commented on PIO-184:
------------------------------------

dszeto closed pull request #483: [PIO-184] livedoc 0.9.2 upgrade typo
URL: https://github.com/apache/predictionio/pull/483
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/manual/source/resources/upgrade.html.md 
b/docs/manual/source/resources/upgrade.html.md
index 075ff553b..70e4311dd 100644
--- a/docs/manual/source/resources/upgrade.html.md
+++ b/docs/manual/source/resources/upgrade.html.md
@@ -133,7 +133,7 @@ NOTE: If `org.apache.predictionio.data.storage.Storage` is 
not used at all (such
 - remove `import org.apache.predictionio.data.storage.Storage` and replace it 
by `import org.apache.predictionio.data.store.LEventStore`
 - change `appId` to `appName` in the XXXAlgorithmParams class.
 - remove this line of code: `@transient lazy val lEventsDb = 
Storage.getLEvents()`
-- locate where `LEventStore.findByEntity()` is used, change it to 
`LEventStore.findByEntity()`:
+- locate where `lEventsDb.findSingleEntity()` is used, change it to 
`LEventStore.findByEntity()`:
 
     For example, change following code
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Livedoc 0.9.2 upgrade typo
> --------------------------
>
>                 Key: PIO-184
>                 URL: https://issues.apache.org/jira/browse/PIO-184
>             Project: PredictionIO
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: Live Documentation
>            Reporter: Wei Chen
>            Assignee: Wei Chen
>            Priority: Trivial
>              Labels: documentation, easyfix
>             Fix For: Live Documentation
>
>
> In this section:
> [https://github.com/apache/predictionio/blob/livedoc/docs/manual/source/resources/upgrade.html.md#2-in-xxxalgorithmscala]
> Line 136:
> locate where *LEventStore.findByEntity()* is used, change it to 
> *LEventStore.findByEntity()*
> Should be changed to:
> locate where *lEventsDb.findSingleEntity()* is used, change it to 
> *LEventStore.findByEntity()*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to