vtm-ios: remove some IDE generated comments, #29

This commit is contained in:
Emux 2016-07-15 10:13:29 +03:00
parent ba00a5384d
commit 081e6b8f2b
5 changed files with 5 additions and 16 deletions

View File

@ -39,9 +39,7 @@ import java.io.IOException;
import java.io.InputStream;
/**
* iOS specific implementation of {@link Bitmap}<br>
* <br>
* Created by Longri on 25.06.16.
* iOS specific implementation of {@link Bitmap}.
*/
public class IosBitmap implements Bitmap {

View File

@ -23,9 +23,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* iOS specific implementation of {@link Canvas}<br>
* <br>
* Created by Longri on 25.06.16.
* iOS specific implementation of {@link Canvas}.
*/
public class IosCanvas implements Canvas {

View File

@ -23,9 +23,7 @@ import java.nio.FloatBuffer;
import java.nio.IntBuffer;
/**
* iOS specific implementation of {@link GL}<br>
* <br>
* Created by Longri on 25.06.16.
* iOS specific implementation of {@link GL}.
*/
public class IosGL implements GL {

View File

@ -25,9 +25,7 @@ import java.io.IOException;
import java.io.InputStream;
/**
* iOS specific implementation of {@link CanvasAdapter}<br>
* <br>
* Created by Longri on 25.06.16.
* iOS specific implementation of {@link CanvasAdapter}.
*/
public class IosGraphics extends CanvasAdapter {

View File

@ -31,11 +31,8 @@ import org.slf4j.LoggerFactory;
import java.util.HashMap;
/**
* iOS specific implementation of {@link Paint}<br>
* <br>
* Created by Longri on 25.06.16.
* iOS specific implementation of {@link Paint}.
*/
public class IosPaint implements Paint {
private static final Logger log = LoggerFactory.getLogger(IosPaint.class);