Rev 659 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 659 | Rev 724 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | 32 | ||
| 33 | @Override |
33 | @Override |
| 34 | public int hashCode() { |
34 | public int hashCode() { |
| 35 | return Objects.hash(sequencialAvaliacao, sequencialFuncionario); |
35 | return Objects.hash(sequencialAvaliacao, sequencialFuncionario); |
| 36 | }
|
36 | }
|
| - | 37 | ||
| 37 | @Override |
38 | @Override |
| 38 | public boolean equals(Object obj) { |
39 | public boolean equals(Object obj) { |
| 39 | if (this == obj) |
40 | if (this == obj) |
| 40 | return true; |
41 | return true; |
| 41 | if (obj == null) |
42 | if (obj == null) |