Skip to content

Commit

Permalink
Change README.md to include allocScratch call
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Jul 3, 2017
1 parent 5240bde commit 32f42e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ try {

//initialize scanner
Scanner scanner = new Scanner();

//allocate scratch space matching the passed database
scanner.allocScratch(db);


//provide the database and the input string
//returns a list with matches
Expand Down

0 comments on commit 32f42e3

Please sign in to comment.