Skip to content

Commit

Permalink
Fixing javadocs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed May 7, 2014
1 parent 4825e42 commit 1d33035
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2009-2012 the original author or authors.
* Copyright 2009-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,11 +31,11 @@
import org.apache.ibatis.builder.BuilderException;

/**
* * Caches OGNL parsed expressions.
* Caches OGNL parsed expressions.
*
* @see http://code.google.com/p/mybatis/issues/detail?id=342
*
* @author Clinton Begin
* @author Eduardo Macarron
*/
public class OgnlCache {

Expand Down

0 comments on commit 1d33035

Please sign in to comment.