Skip to content

Commit

Permalink
Small color change
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Apr 11, 2016
1 parent 71f07ec commit 1e9c31d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void processPages(PageHLAPI pth) {
incrementDecalage();
print("ordering=out;");
print("comment=\"" + workOnName(pth) + "\";");
print("color=blue;");
print("color=none;");
for (PageHLAPI iterableElement : pth.getObjects_PageHLAPI()) {
processPages(iterableElement);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void processPages(PageHLAPI pth) {
incrementDecalage();
print("ordering=out;");
print("comment=\"" + workOnName(pth) + "\";");
print("color=blue;");
print("color=none;");
for (PageHLAPI iterableElement : pth.getObjects_PageHLAPI()) {
processPages(iterableElement);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private void processPages(PageHLAPI pth) {
incrementDecalage();
print("ordering=out;");
print("comment=\"" + workOnName(pth) + "\";");
print("color=blue;");
print("color=none;");
for (PageHLAPI iterableElement : pth.getObjects_hlcorestructure_PageHLAPI()) {
processPages(iterableElement);
}
Expand Down

0 comments on commit 1e9c31d

Please sign in to comment.