We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649273c commit c98c2daCopy full SHA for c98c2da
java/src/main/java/com/github/cowwoc/requirements/java/StringMapper.java
@@ -1,7 +1,7 @@
1
package com.github.cowwoc.requirements.java;
2
3
/**
4
- * Returns a String representation of an object.
+ * Returns the String representation of an object.
5
*/
6
@FunctionalInterface
7
public interface StringMapper
@@ -10,7 +10,7 @@ public interface StringMapper
10
* Returns the String representation of an object.
11
*
12
* @param object an object
13
- * @return a String representation of the object
+ * @return the String representation of the object
14
15
String apply(Object object);
16
}
0 commit comments