vtm-ios: remove some IDE generated comments, #29
This commit is contained in:
parent
ba00a5384d
commit
081e6b8f2b
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user