Java tutorial
//package com.java2s; public class Main { /** * <p>Restores emails from HTML string protected by CloudFlare.</p> * * @param string HTML string. * @return HTML string with restored emails. */ public static String restoreCloudFlareProtectedEmails(String string) { throw new IllegalAccessError(); } }