Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
briar
Commits
5b710041
There was a problem fetching the pipeline summary.
Unverified
Commit
5b710041
authored
8 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Inject properties module's eager singletons.
parent
63befccd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!568
Inject properties module's eager singletons
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bramble-core/src/main/java/org/briarproject/bramble/BrambleCoreModule.java
+1
-0
1 addition, 0 deletions
...main/java/org/briarproject/bramble/BrambleCoreModule.java
with
1 addition
and
0 deletions
bramble-core/src/main/java/org/briarproject/bramble/BrambleCoreModule.java
+
1
−
0
View file @
5b710041
...
@@ -54,6 +54,7 @@ public class BrambleCoreModule {
...
@@ -54,6 +54,7 @@ public class BrambleCoreModule {
c
.
inject
(
new
IdentityModule
.
EagerSingletons
());
c
.
inject
(
new
IdentityModule
.
EagerSingletons
());
c
.
inject
(
new
LifecycleModule
.
EagerSingletons
());
c
.
inject
(
new
LifecycleModule
.
EagerSingletons
());
c
.
inject
(
new
PluginModule
.
EagerSingletons
());
c
.
inject
(
new
PluginModule
.
EagerSingletons
());
c
.
inject
(
new
PropertiesModule
.
EagerSingletons
());
c
.
inject
(
new
SyncModule
.
EagerSingletons
());
c
.
inject
(
new
SyncModule
.
EagerSingletons
());
c
.
inject
(
new
SystemModule
.
EagerSingletons
());
c
.
inject
(
new
SystemModule
.
EagerSingletons
());
c
.
inject
(
new
TransportModule
.
EagerSingletons
());
c
.
inject
(
new
TransportModule
.
EagerSingletons
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment