Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
a12c4847
Commit
a12c4847
authored
May 19, 2012
by
Florian Hölzl
Browse files
nightly fix
refs 674
parent
c6a33e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/utils/ComponentArchitectureUtils.java
View file @
a12c4847
...
...
@@ -331,7 +331,7 @@ public class ComponentArchitectureUtils {
* the component to start the search
* @return file project file, which contains the given component.
*/
public
static
FileProject
getFieProject
(
Component
component
)
{
public
static
FileProject
getFi
l
eProject
(
Component
component
)
{
EObject
parent
=
component
.
eContainer
();
while
(!(
parent
instanceof
ComponentArchitecture
))
{
parent
=
parent
.
eContainer
();
...
...
Write
Preview
Supports
Markdown
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