Fix several frontmatter issues

This commit is contained in:
Ilkka Seppälä
2019-11-16 21:56:40 +02:00
parent 63c707fcb1
commit 19b129c28e
10 changed files with 10 additions and 14 deletions

View File

@ -3,7 +3,7 @@ layout: pattern
title: Master-Worker
folder: master-worker-pattern
permalink: /patterns/master-worker-pattern/
categories: Centralised Parallel Processing
categories: Other
tags:
- Java
- Difficulty-Intermediate