Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
languages
Tagging
Commits
01d07d07
Commit
01d07d07
authored
Jul 26, 2018
by
Evgeny Kusmenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'SignatureFix' into 'master'
Revert to working create signature, release 0.0.6 See merge request
!4
parents
e12ff7fd
e303d602
Pipeline
#65210
passed with stage
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
pom.xml
+1
-1
src/main/java/de/monticore/lang/tagging/_symboltable/TagSymbolCreator.java
...monticore/lang/tagging/_symboltable/TagSymbolCreator.java
+1
-1
No files found.
pom.xml
View file @
01d07d07
...
...
@@ -27,7 +27,7 @@
<!-- == PROJECT COORDINATES ============================================= -->
<groupId>
de.monticore.lang
</groupId>
<artifactId>
Tagging
</artifactId>
<version>
0.0.6
-Snapshot
</version>
<version>
0.0.6
</version>
<!-- == PROJECT DEPENDENCIES ============================================= -->
...
...
src/main/java/de/monticore/lang/tagging/_symboltable/TagSymbolCreator.java
View file @
01d07d07
...
...
@@ -29,6 +29,6 @@ import de.monticore.symboltable.Scope;
* @author Michael von Wenckstern
*/
public
interface
TagSymbolCreator
{
void
create
(
ASTTaggingUnit
unit
,
Scope
scope
);
void
create
(
ASTTaggingUnit
unit
,
TaggingResolver
scope
);
}
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