mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
180 B
Java
Generated
11 lines
180 B
Java
Generated
// Generated automatically from javafx.print.Collation for testing purposes
|
|
|
|
package javafx.print;
|
|
|
|
|
|
public enum Collation
|
|
{
|
|
COLLATED, UNCOLLATED;
|
|
private Collation() {}
|
|
}
|