| Chunk |
|---|
| Conflicting content |
|---|
return menus;
}
<<<<<<< HEAD
}
=======
// Returns 'true' if this macro program contains the specified word. */
public boolean hasWord(String word) {
int token, tokenAddress;
for (int i=0; i |
| Solution content |
|---|
return menus;
}
// Returns 'true' if this macro program contains the specified word. */
public boolean hasWord(String word) {
int token, tokenAddress;
for (int i=0; i |
| File |
|---|
| Program.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Method declaration |