Skip to content

Commit

Permalink
fix: Replaced & by & so the URL is properly formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Feb 1, 2025
1 parent 02f1366 commit 63674e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.function.BiPredicate;

/**
* Enum of GAFOR weather categories (see https://www.dwd.de/SharedDocs/broschueren/DE/luftfahrt/gafor.pdf?__blob=publicationFile&v=7).
* Enum of GAFOR weather categories (see https://www.dwd.de/SharedDocs/broschueren/DE/luftfahrt/gafor.pdf?__blob=publicationFile&v=7).
*/
public enum GAFORWeatherCategory implements WeatherCategory {

Expand Down

0 comments on commit 63674e2

Please sign in to comment.