Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//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();
    }
}