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
af8b3820
Commit
af8b3820
authored
Apr 05, 2018
by
Simon Barner
Browse files
Avoid a warning.
parent
d6cad329
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/.ratings
View file @
af8b3820
CLanguageModelElementFacade.java c8151656d1c0da45001d72c450c35a8a6e7c8291 GREEN
CLanguageModelElementFactory.java 95fd7ae6cabf48b40001396e6c54a9acd7d16325 GREEN
JavaLanguageModelElementFactory.java 25d52341fe9bab4b03784e614ff36312a8d1ba82 GREEN
SourceModelElementFactory.java
f27f98d2025f2411bb6bbd980c7e856b99929411 GREEN
SourceModelElementFactory.java
9417dac299181d97183f5f57a71ac8e185ff9aa8 RED
SourceUtils.java 53bae031d9f49e45784ebbdb565d244ee2e3b8b4 GREEN
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/SourceModelElementFactory.java
View file @
af8b3820
...
...
@@ -27,7 +27,6 @@ import java.net.URISyntaxException;
import
java.net.URL
;
import
org.eclipse.core.runtime.FileLocator
;
import
org.fortiss.af3.generator.common.model.c.CSourcePackage
;
import
org.fortiss.af3.generator.common.model.source.AF3GeneratorCommonLanguagesSourcePackage
;
import
org.fortiss.af3.generator.common.model.source.ByteContentUnit
;
import
org.fortiss.af3.generator.common.model.source.SourcePackage
;
...
...
@@ -87,7 +86,7 @@ public class SourceModelElementFactory {
* @return {@link ByteContentUnit} with the content taken from a file contained in the given
* plugin.
* @deprecated this method does not work properly in an RCP product. Use
* {@link #createByteContentUnitForPluginFileInRCP(
CSourcePackage
, String, String)}
,
* {@link #createByteContentUnitForPluginFileInRCP(
String
, String, String
, boolean
)}
* instead.
*/
@Deprecated
...
...
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