Skip to content

Commit c98c2da

Browse files
committed
Cosmetic changes
1 parent 649273c commit c98c2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.github.cowwoc.requirements.java;
22

33
/**
4-
* Returns a String representation of an object.
4+
* Returns the String representation of an object.
55
*/
66
@FunctionalInterface
77
public interface StringMapper
@@ -10,7 +10,7 @@ public interface StringMapper
1010
* Returns the String representation of an object.
1111
*
1212
* @param object an object
13-
* @return a String representation of the object
13+
* @return the String representation of the object
1414
*/
1515
String apply(Object object);
1616
}

0 commit comments

Comments
 (0)