Prep for 2019 release
[fanfix.git] / src / jexer / bits / CellAttributes.java
index a037b8505f6411c83727ea65c2a51f9f3729b4fc..f60fd3097f856ed6e70a098c018cfccbf1a5d2b8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -248,7 +248,7 @@ public class CellAttributes {
     /**
      * Setter for foreColor RGB.
      *
-     * @param foreColor new foreColor RGB value
+     * @param foreColorRGB new foreColor RGB value
      */
     public final void setForeColorRGB(final int foreColorRGB) {
         this.foreColorRGB = foreColorRGB;
@@ -266,7 +266,7 @@ public class CellAttributes {
     /**
      * Setter for backColor RGB.
      *
-     * @param backColor new backColor RGB value
+     * @param backColorRGB new backColor RGB value
      */
     public final void setBackColorRGB(final int backColorRGB) {
         this.backColorRGB = backColorRGB;