forked from deegree/deegree3
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deegree#1654 - fixed weld warnings by removing annotations and addin…
…g default constuctor
- Loading branch information
Showing
6 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Markus Schneider</a> | ||
*/ | ||
@Named | ||
@RequestScoped | ||
// @Named | ||
// @RequestScoped | ||
public class FeatureStoreLoader implements Serializable { | ||
|
||
private static final long serialVersionUID = 5091506903775758089L; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Steffen Thomas</a> | ||
*/ | ||
@Named | ||
@RequestScoped | ||
// @Named | ||
// @RequestScoped | ||
public class MetadataImporter implements Serializable { | ||
|
||
private static Logger LOG = LoggerFactory.getLogger(MetadataImporter.class); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Markus Schneider</a> | ||
*/ | ||
@Named | ||
@RequestScoped | ||
// @Named | ||
// @RequestScoped | ||
public class Connection implements Serializable { | ||
|
||
private static final long serialVersionUID = 6495856816506360039L; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters