SomeNet
/
public repos
/
pub
/
jan
/
sbc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make cook and waiter look around for work to do if they are idle
[pub/jan/sbc.git]
/
src
/
main
/
java
/
at
/
ac
/
tuwien
/
sbc
/
valesriegler
/
common
/
HasId.java
1
package at.ac.tuwien.sbc.valesriegler.common;
2
3
public interface HasId {
4
public int getId();
5
}