Skip to content

Commit

Permalink
⌘S
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Aug 24, 2011
1 parent 5be04ea commit 4d88be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ _site/
searchbird/project/boot
searchbird/project/plugins/project/
searchbird/project/plugins/src_managed/
searchbird/*.log
searchbird/*.lock
lib_managed/
target/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ all:
serve:
jekyll --serve --auto


.PHONY: all serve
3 changes: 1 addition & 2 deletions _posts/2011-05-12-lesson.textile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ h5. src/main/thrift/searchbird.thrift
service SearchbirdService {
string get(1: string key) throws(1: SearchbirdException ex)
void put(1: string key, 2: string value)
list<string> search(1: string query)adsf
list<string> search(1: string query)
}
</pre>

Expand All @@ -220,7 +220,6 @@ h5. …/SearchbirdServiceImpl.scala




fn1. In <code>target/gen-scala/com/twitter/searchbird/SearchbirdService.scala</code>

fn2. See Ostrich's README:https://github.com/twitter/ostrich/blob/master/README.md for more information.
Expand Down

0 comments on commit 4d88be9

Please sign in to comment.