mirror of
https://github.com/github/codeql.git
synced 2026-05-20 14:17:11 +02:00
12 lines
286 B
Java
Generated
12 lines
286 B
Java
Generated
// Generated automatically from hudson.remoting.URLDeserializationHelper for testing purposes
|
|
|
|
package hudson.remoting;
|
|
|
|
import java.net.URL;
|
|
|
|
public class URLDeserializationHelper
|
|
{
|
|
public URLDeserializationHelper(){}
|
|
public static URL wrapIfRequired(URL p0){ return null; }
|
|
}
|