From 703eb88d8f13bbeec198120355d60b7c39af389a Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 14 Apr 2014 15:54:27 +0200 Subject: [PATCH] Fixed list --- contributing/code/conventions.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/contributing/code/conventions.rst b/contributing/code/conventions.rst index 32f50481ee4..35d850bb627 100644 --- a/contributing/code/conventions.rst +++ b/contributing/code/conventions.rst @@ -13,18 +13,18 @@ Method Names When an object has a "main" many relation with related "things" (objects, parameters, ...), the method names are normalized: - * ``get()`` - * ``set()`` - * ``has()`` - * ``all()`` - * ``replace()`` - * ``remove()`` - * ``clear()`` - * ``isEmpty()`` - * ``add()`` - * ``register()`` - * ``count()`` - * ``keys()`` +* ``get()`` +* ``set()`` +* ``has()`` +* ``all()`` +* ``replace()`` +* ``remove()`` +* ``clear()`` +* ``isEmpty()`` +* ``add()`` +* ``register()`` +* ``count()`` +* ``keys()`` The usage of these methods are only allowed when it is clear that there is a main relation: