Commit 18d1dd27ec2665b6a1e63d21a2bc9ebf0abb1d3d

Authored by Wilson Guimarães
1 parent 50a0b8e2
Exists in master

Correção do comentário.

impl/core/src/main/java/br/gov/frameworkdemoiselle/transaction/TransactionContext.java
@@ -39,7 +39,7 @@ package br.gov.frameworkdemoiselle.transaction; @@ -39,7 +39,7 @@ package br.gov.frameworkdemoiselle.transaction;
39 import java.io.Serializable; 39 import java.io.Serializable;
40 40
41 /** 41 /**
42 - * Structure used to handle trancationa mechanisms. 42 + * Structure used to handle transaction mechanisms.
43 * 43 *
44 * @author SERPRO 44 * @author SERPRO
45 */ 45 */