fix #60 fix typo

This commit is contained in:
Bill Culp
2020-02-11 15:10:58 -08:00
parent 00bb13c230
commit 31b0cf396e

View File

@@ -199,7 +199,7 @@ public abstract class FlatLaf
LOG.log( Level.SEVERE, "FlatLaf: Failed to initialize base look and feel '" + aquaLafClassName + "'.", ex );
throw new IllegalStateException();
}
} else
} else {
base = new MetalLookAndFeel();
}
}