@return a string with details about this object
()
| 150 | |
| 151 | /** @return a string with details about this object */ |
| 152 | @Override |
| 153 | public String toString() { |
| 154 | return "'" + type.toString() + ":" + uid + "'"; |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Attempts a CompareAndSet storage call, loading the object from storage, |
no outgoing calls
no test coverage detected