Skip to content

Commit

Permalink
deegree#1654 - removed annotations from Config to fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Jun 6, 2024
1 parent 0a0dd79 commit 58d350f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
* @author <a href="mailto:[email protected]">Andreas Schmitz</a>
* @since 3.4
*/
@Named
@RequestScoped
// @Named
// @RequestScoped
public class Config implements Comparable<Config>, Serializable {

private static final long serialVersionUID = -175529275940063759L;
Expand Down

0 comments on commit 58d350f

Please sign in to comment.