mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
fix typo in log message
This commit is contained in:
parent
b6f33bf798
commit
f36a7b5a6e
@ -172,7 +172,7 @@ final public class VisualizationPanel extends JPanel implements Lookup.Provider
|
|||||||
try {
|
try {
|
||||||
super.paint(graphics);
|
super.paint(graphics);
|
||||||
} catch (NullPointerException ex) { //NOPMD We can't find the underlying cause in jgraphx
|
} catch (NullPointerException ex) { //NOPMD We can't find the underlying cause in jgraphx
|
||||||
logger.log(Level.WARNING, "There was a NPE while painging the VisualizaitonPanel.", ex);
|
logger.log(Level.WARNING, "There was a NPE while painting the VisualizaitonPanel.", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user