mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-10 06:20:44 +00:00
fix: Fixed pages showing up in wrong language (#1752)
* Fix languages * Missed change for version number * Add language field for presentation * Revert change in README for double buffer Co-authored-by: Jackie Nim <=>
This commit is contained in:
co-authored by
Jackie Nim <=>
parent
1b880c1818
commit
f597fc1b07
@@ -2,8 +2,9 @@
|
||||
layout: pattern
|
||||
title: Factory Method
|
||||
folder: factory-method
|
||||
permalink: /patterns/factory-method/
|
||||
permalink: /patterns/factory-method/zh
|
||||
categories: Creational
|
||||
language: zh
|
||||
tags:
|
||||
- Extensibility
|
||||
- Gang Of Four
|
||||
|
||||
Reference in New Issue
Block a user