Skip to content
Snippets Groups Projects
Commit 49109d03 authored by Tim Molter's avatar Tim Molter
Browse files

made final

parent 0482de16
Branches
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ import javax.imageio.stream.FileImageOutputStream; ...@@ -35,7 +35,7 @@ import javax.imageio.stream.FileImageOutputStream;
* *
* @author timmolter * @author timmolter
*/ */
public class BitmapEncoder { public final class BitmapEncoder {
/** /**
* Constructor - Private constructor to prevent instantiation * Constructor - Private constructor to prevent instantiation
......
...@@ -27,7 +27,7 @@ import javax.servlet.ServletOutputStream; ...@@ -27,7 +27,7 @@ import javax.servlet.ServletOutputStream;
* *
* @author timmolter * @author timmolter
*/ */
public class ServletEncoder { public final class ServletEncoder {
/** /**
* Constructor - Private constructor to prevent instantiation * Constructor - Private constructor to prevent instantiation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment