X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=bits%2FCell.java;h=ed3c202a005a8c8a2a4187d08478cf8d62a6191c;hp=a8efa2b3c56465dc7ee93dc76fefa399bed85603;hb=e6bb1700749980e69b5e913acbfd276f129c24dc;hpb=cf01c92f5809a0732409e280fb0f32f27393618d diff --git a/bits/Cell.java b/bits/Cell.java index a8efa2b..ed3c202 100644 --- a/bits/Cell.java +++ b/bits/Cell.java @@ -419,7 +419,7 @@ public final class Cell extends CellAttributes { int B = 23; int hash = A; hash = (B * hash) + super.hashCode(); - hash = (B * hash) + (int)ch; + hash = (B * hash) + ch; hash = (B * hash) + width.hashCode(); if (image != null) { /*