getTimer() problem

hey,



Im getting this problem



getTimer() in com.jme.util.Timer cannot be applied to (java.lang.String)



for the below line



timer = Timer.getTimer(properties.getRenderer());

any ideas how to fix this.



thanks

the "new" way of using it is Timer.getTimer()

this means: simply omit the parameter