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; import java.io.InputStream;
/** /**
* iOS specific implementation of {@link Bitmap}<br> * iOS specific implementation of {@link Bitmap}.
* <br>
* Created by Longri on 25.06.16.
*/ */
public class IosBitmap implements Bitmap { public class IosBitmap implements Bitmap {

View File

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

View File

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

View File

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

View File

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