Build the attributes.
()
| 266 | * Build the attributes. |
| 267 | */ |
| 268 | public Attributes build() { |
| 269 | if (newdata != null) { |
| 270 | base = new Attributes(newdata); |
| 271 | newdata = null; |
| 272 | } |
| 273 | return base; |
| 274 | } |
| 275 | } |
| 276 | } |
nothing calls this directly
no outgoing calls
no test coverage detected