View Javadoc
1   package com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding;
2   
3   /**
4    * Created by someone with Ä, Ö and Å in his name.
5    */
6   public class TestClassInUTF8 {
7       static private boolean ÄäkkösFunction() {
8           boolean scandinavianÄÖÅVar = true;
9           return false;
10      }
11  }