MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setComments

Method setComments

src/main/java/mudmap2/backend/Place.java:194–196  ·  view source on GitHub ↗

Sets the comments @param comments

(String comments)

Source from the content-addressed store, hash-verified

192 * @param comments
193 */
194 public void setComments(String comments) {
195 this.comments = comments;
196 }
197
198 /**
199 * Gets the paths connected to an exit

Callers 6

testGetCommentsMethod · 0.95
testMatchKeywordsMethod · 0.95
testReadWriteFileMethod · 0.95
testReadWriteFileMethod · 0.95
readFileMethod · 0.95
saveMethod · 0.80

Calls

no outgoing calls

Tested by 4

testGetCommentsMethod · 0.76
testMatchKeywordsMethod · 0.76
testReadWriteFileMethod · 0.76
testReadWriteFileMethod · 0.76