Remove duplicate words

Closes gh-1039
This commit is contained in:
Johnny Lim
2016-04-19 10:54:30 +09:00
committed by Stephane Nicoll
parent 50c11028d5
commit 44e652f99e
75 changed files with 88 additions and 88 deletions

View File

@@ -100,7 +100,7 @@ public class PortletRequestHandledEvent extends RequestHandledEvent {
}
/**
* Return the the type of Portlet Request ('action' or 'render').
* Return the type of Portlet Request ('action' or 'render').
*/
public String getRequestType() {
return this.requestType;