Révision | 6224f9ef8d9a84593ced4522da9bbfbe0939717d (tree) |
---|---|
l'heure | 2015-11-17 08:12:34 |
Auteur | MirrgieRiana |
Commiter | MirrgieRiana |
BackBuffer: delete: @SuppressWarnings("hiding")
@@ -26,9 +26,7 @@ | ||
26 | 26 | if (width <= 0) width = 1; |
27 | 27 | if (height <= 0) height = 1; |
28 | 28 | |
29 | - @SuppressWarnings("hiding") | |
30 | 29 | BufferedImage buffer = new BufferedImage(width, height, imageType); |
31 | - @SuppressWarnings("hiding") | |
32 | 30 | Graphics2D graphics = buffer.createGraphics(); |
33 | 31 | |
34 | 32 | if (this.buffer != null) { |