diff --git a/OsmAnd/src/net/osmand/plus/routing/VoiceRouter.java b/OsmAnd/src/net/osmand/plus/routing/VoiceRouter.java index 4d28293751..50a0ba0fb9 100644 --- a/OsmAnd/src/net/osmand/plus/routing/VoiceRouter.java +++ b/OsmAnd/src/net/osmand/plus/routing/VoiceRouter.java @@ -377,7 +377,7 @@ public class VoiceRouter { /** * Command to wait until voice player is initialized */ - private static class VoiceCommandPending { + private class VoiceCommandPending { public static final int ROUTE_CALCULATED = 1; public static final int ROUTE_RECALCULATED = 2; // protected final long timestamp;