I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
I had to right-click the project, and select "Reimport" under the "Run Maven" submenu.