mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01: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; }
|
|
}
|