File sitemesh-2.1-sources-fix-author.patch of Package sitemesh
--- sitemesh/src/java/com/opensymphony/module/sitemesh/util/FastByteArrayOutputStream.java 2004-02-17 04:41:56.000000000 +0100
+++ sitemesh/src/java/com/opensymphony/module/sitemesh/util/FastByteArrayOutputStream.java 2017-11-06 13:23:18.335207546 +0100
@@ -21,7 +21,7 @@
* does not copy buffers when it's expanded. There's also no copying of the internal buffer
* if it's contents is extracted with the writeTo(stream) method.
*
- * @author Rickard �berg
+ * @author Rickard Oberg
* @author <a href="mailto:scott@atlassian.com">Scott Farquhar</a>
* @version $Revision: 1.2 $
*/
@@ -145,4 +145,4 @@
public void close() throws IOException {
// does nothing
}
-}
\ No newline at end of file
+}