Skip to content

Commit

Permalink
getBackLink made protected such that it can be re-used by other deriv…
Browse files Browse the repository at this point in the history
…ed classes
  • Loading branch information
michaelwechner committed Nov 15, 2012
1 parent 64ceff6 commit de7a8d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -472,7 +472,7 @@ private void appendChild(Element parent, String name, String value) {
* Get back link to Yanel
* @param messageID Message ID
*/
private String getBackLink(String messageID) {
protected String getBackLink(String messageID) {
String baseURL = "http://www.yanel.org";
try {
if (getResourceConfigProperty("back-link-base-url") != null) {
Expand Down

0 comments on commit de7a8d4

Please sign in to comment.