Skip to content

Commit

Permalink
Correcting OQL statement for Eclipse Memory Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
cchesser committed Dec 2, 2015
1 parent 43997d4 commit 5966784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions part_4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ the title or the abstract:

```sql
SELECT c.title.toString(), c.@retainedHeapSize FROM INSTANCEOF cchesser.javaperf.workshop.data.ConferenceSession c
WHERE c.title.toString() LIKE ".*(J|j)ava.*" OR c.abstract.toString() LIKE ".*(J|j)ava.*")
WHERE c.title.toString() LIKE ".*(J|j)ava.*" OR c.abstract.toString() LIKE ".*(J|j)ava.*"
```


Reference: [Eclipse Memory Analyzer OQL Syntax](http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.mat.ui.help%2Freference%2Foqlsyntax.html)
Reference: [Eclipse Memory Analyzer OQL Syntax](http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.mat.ui.help%2Freference%2Foqlsyntax.html)

0 comments on commit 5966784

Please sign in to comment.