Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TULIP-CPS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NUI
TULIP-CPS
Commits
0479ec85
Commit
0479ec85
authored
Mar 02, 2018
by
Nico Mack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor internal API changes
parent
9d4f6a07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
CPS/src/lu/list/itis/dkd/tui/marker/builder/BaseInfoMarkerBuilder.java
...st/itis/dkd/tui/marker/builder/BaseInfoMarkerBuilder.java
+6
-8
No files found.
CPS/src/lu/list/itis/dkd/tui/marker/builder/BaseInfoMarkerBuilder.java
View file @
0479ec85
...
...
@@ -43,12 +43,12 @@ public abstract class BaseInfoMarkerBuilder<B extends BaseInfoMarkerBuilder<B>>
// ---------------------------------------------------------------------------
/**
* Constructor initializing all fields from an {@link Element} containing as child elements all
*
the
information on fields to initialize.
* Constructor initializing all fields from an {@link Element} containing as child elements all
the
* information on fields to initialize.
*
* @param rootElement
* The element harbouring, on child nodes, the necessary information to initialize all
*
fields
of the builder.
* The element harbouring, on child nodes, the necessary information to initialize all
fields
* of the builder.
* @throws BuildException
* Thrown when any of the fields fail to populate due to an error in reading information
* from the XML file.
...
...
@@ -78,8 +78,8 @@ public abstract class BaseInfoMarkerBuilder<B extends BaseInfoMarkerBuilder<B>>
* @param callback
* @throws BuildException
*/
pr
otected
void
buildFromBootstrap
(
@Nullable
Element
rootElement
,
BootstrapContext
context
,
BootstrapCallback
callback
)
throws
BuildException
{
super
.
buildFromBootstrap
(
rootElement
,
context
,
callback
);
pr
ivate
void
buildFromBootstrap
(
@Nullable
Element
rootElement
,
BootstrapContext
context
,
BootstrapCallback
callback
)
throws
BuildException
{
//
super.buildFromBootstrap(rootElement, context, callback);
Element
informationElement
=
rootElement
.
getChild
(
Externalization
.
INFORMATION
);
if
(
informationElement
!=
null
)
{
...
...
@@ -92,8 +92,6 @@ public abstract class BaseInfoMarkerBuilder<B extends BaseInfoMarkerBuilder<B>>
}
}
// ---------------------------------------------------------------------------
// ***************************************************************************
// * Class Body *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment