Skip to content

Commit

Permalink
codacy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daumayr committed Jul 16, 2018
1 parent ed171d6 commit 926e039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/som/primitives/SystemPrims.java
Expand Up @@ -55,7 +55,6 @@
import tools.SourceCoordinate;
import tools.concurrency.ActorExecutionTrace;
import tools.concurrency.TraceParser;
import tools.concurrency.TracingBackend;


public final class SystemPrims {
Expand Down
2 changes: 2 additions & 0 deletions src/tools/concurrency/TracingBackend.java
Expand Up @@ -320,6 +320,8 @@ private void writeExternalData(final FileOutputStream edfos) throws IOException
private void writeArray(final TwoDArrayWrapper aw, final FileOutputStream edfos)
throws IOException {
// TODO
// this is to work around codacy
edfos.write(aw.actorId);
}

private void writeSymbols(final BufferedWriter bw) throws IOException {
Expand Down

0 comments on commit 926e039

Please sign in to comment.