Skip to content

Commit

Permalink
vtm-ios: remove some IDE generated comments, #29
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jul 16, 2016
1 parent ba00a53 commit 081e6b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
4 changes: 1 addition & 3 deletions vtm-ios/src/org/oscim/ios/backend/IosBitmap.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
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 {

Expand Down
4 changes: 1 addition & 3 deletions vtm-ios/src/org/oscim/ios/backend/IosCanvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
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 {

Expand Down
4 changes: 1 addition & 3 deletions vtm-ios/src/org/oscim/ios/backend/IosGL.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
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 {

Expand Down
4 changes: 1 addition & 3 deletions vtm-ios/src/org/oscim/ios/backend/IosGraphics.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
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 {

Expand Down
5 changes: 1 addition & 4 deletions vtm-ios/src/org/oscim/ios/backend/IosPaint.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@

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);
Expand Down

0 comments on commit 081e6b8

Please sign in to comment.