Skip to content

Commit

Permalink
Update TemplateRequest for new method introduced in 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Mar 30, 2011
1 parent 6a01906 commit 88709e1
Showing 1 changed file with 12 additions and 1 deletion.
@@ -1,4 +1,4 @@
// Copyright 2009, 2010 Howard M. Lewis Ship
// Copyright 2009, 2010, 2011 Howard M. Lewis Ship
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -128,4 +128,15 @@ public int getLocalPort()
return 80;
}

/**
* Returns 80.
*
* @since Tapestry 5.2.5
* @since 1.1
*/
public int getServerPort()
{
return 80;
}

}

0 comments on commit 88709e1

Please sign in to comment.