-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I tried to do "mvn install" on the Java back-end but it would not compile because
GifDecoder.java has a wrong package spec:
package net.exent.flywithme.server.util.gif.GifDecoder;
Changed it to
package net.exent.flywithme.util.gif.GifDecoder;
pluss corresponding package reference in NoaaProxy.java and the project built successfully
Regards
Ragnar
Metadata
Metadata
Assignees
Labels
No labels