mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
13 lines
325 B
Java
Generated
13 lines
325 B
Java
Generated
// Generated automatically from javafx.scene.web.PromptData for testing purposes
|
|
|
|
package javafx.scene.web;
|
|
|
|
|
|
public class PromptData
|
|
{
|
|
protected PromptData() {}
|
|
public PromptData(String p0, String p1){}
|
|
public final String getDefaultValue(){ return null; }
|
|
public final String getMessage(){ return null; }
|
|
}
|