Update FaweVersion.java (#728)

This commit is contained in:
Matt 2020-10-31 21:56:21 -04:00 committed by GitHub
parent 478ab167fa
commit 0746c1185f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
package com.boydti.fawe;
/** An internal FAWE class not mean't for public use. **/
public class FaweVersion {
public final int year;
public final int month;